- Jul 06, 2009
-
-
Owen Anderson authored
llvm-svn: 74854
-
Owen Anderson authored
Patch by Xerxes Ranby. llvm-svn: 74846
-
Owen Anderson authored
llvm-svn: 74844
-
Misha Brukman authored
phase fails and the user wants to reinstall one of the components. * Fixed LLVM-GCC configuration flags: s/--with-gnu-{as,ld}/--with-{as,ld}/ The former is a boolean flag, the latter is a flag that takes a path. * Added a new flag CROSS_MARCH, defaults to armv6. llvm-svn: 74840
-
Sanjiv Gupta authored
pic16 doesn't have a Data64bitsDirective. Set it NULL explicitly to tell the generic code to not pick the default. llvm-svn: 74839
-
Sanjiv Gupta authored
llvm-svn: 74838
-
Chris Lattner authored
llvm-svn: 74836
-
Chris Lattner authored
llvm-svn: 74835
-
Jeffrey Yasskin authored
llvm-svn: 74834
-
Stuart Hastings authored
llvm-svn: 74829
-
Duncan Sands authored
llvm-svn: 74825
-
Sanjiv Gupta authored
llvm-svn: 74823
-
Sanjiv Gupta authored
Implement _section macro to allow users to place objects in specific sections. Implement _address macro to allow users to place objects at a particular address. Placing objects at a memory address: crate a unique section name from varname, address, object type and put that section at specified address. Mark this section a full (size = banksize) so that other objects do not compete for it while placing objects to sections in AsmPrinter. llvm-svn: 74822
-
Bruno Cardoso Lopes authored
llvm-svn: 74821
-
Sanjiv Gupta authored
llvm-svn: 74819
-
Bruno Cardoso Lopes authored
Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra spaces, shrink down includes and move some methods out-of-line llvm-svn: 74817
-
Bruno Cardoso Lopes authored
llvm-svn: 74814
-
Bruno Cardoso Lopes authored
cleanup, removed some #includes and moved Object Code Emitter out-of-line. llvm-svn: 74813
-
Owen Anderson authored
llvm-svn: 74811
-
Oscar Fuentes authored
generating project files for MSVC. llvm-svn: 74809
-
Owen Anderson authored
llvm-svn: 74807
-
Nick Lewycky authored
llvm-svn: 74806
-
Nick Lewycky authored
llvm-svn: 74804
-
- Jul 05, 2009
-
-
Oscar Fuentes authored
llvm-svn: 74794
-
Duncan Sands authored
fail to build the Ada front-end. llvm-svn: 74793
-
- Jul 04, 2009
-
-
Nick Lewycky authored
than a wider one, before trying to compare their contents which will crash if their sizes are different. llvm-svn: 74792
-
Jeffrey Yasskin authored
llvm-svn: 74791
-
Mikhail Glushenkov authored
Use only the *dirname* of the pathname given to -o, so that -o can still be used to name the output executable. This is more like what GCC 4.5 does. llvm-svn: 74790
-
Mikhail Glushenkov authored
llvm-svn: 74789
-
Mikhail Glushenkov authored
Controlled via the --enable-llvmc-dynamic-plugins option. llvm-svn: 74784
-
Mikhail Glushenkov authored
llvm-svn: 74783
-
Mike Stump authored
llvm-svn: 74782
-
- Jul 03, 2009
-
-
Owen Anderson authored
llvm-svn: 74781
-
Nick Lewycky authored
Use it by requiring it through the pass manager, then calling its createSSI method on the variables that you want in SSI form. llvm-svn: 74780
-
Duncan Sands authored
llvm-svn: 74779
-
Duncan Sands authored
llvm-svn: 74778
-
Duncan Sands authored
llvm-svn: 74777
-
Duncan Sands authored
llvm-svn: 74776
-
Duncan Sands authored
This stops gcc warning about possible uses of an uninitialized value when compiling with assertions turned off. llvm-svn: 74775
-
Duncan Sands authored
llvm-svn: 74774
-