- May 10, 2010
-
-
Kalle Raiskila authored
Remove sending duplicate of the --gcc-tool-args parameters to gcc. llvm-svn: 103397
-
- May 07, 2010
-
-
Chris Lattner authored
llvm-svn: 103263
-
- May 06, 2010
-
-
Chris Lattner authored
when on windows instead of foo.o. Patch by Nathan Jeffords! llvm-svn: 103150
-
Sean Callanan authored
that was causing PC-relative branch targets to be evaluated incorrectly. Also added support for checking operand values to the llvm-mc tester. llvm-svn: 103128
-
- May 02, 2010
-
-
Duncan Sands authored
Remove the -enable-eh option which is only used by the JIT, and replace it with -jit-enable-eh. llvm-svn: 102865
-
- Apr 30, 2010
-
-
Nick Lewycky authored
llvm-svn: 102670
-
- Apr 29, 2010
-
-
Dan Gohman authored
llvm-svn: 102651
-
Daniel Dunbar authored
llvm-svn: 102621
-
- Apr 27, 2010
-
-
Bill Wendling authored
*not* declarations to *not* be placed in the "preserve" list. <rdar://problem/7870735> llvm-svn: 102405
-
- Apr 24, 2010
-
-
Sean Callanan authored
operands correctly. llvm-svn: 102227
-
Sean Callanan authored
memory operands rather than immediate operands. llvm-svn: 102217
-
- Apr 23, 2010
-
-
Sean Callanan authored
flags, to determine whether or not the operand is a memory operand. llvm-svn: 102158
-
- Apr 19, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 101789
-
- Apr 17, 2010
-
-
Dan Gohman authored
llvm-svn: 101656
-
Chris Lattner authored
to CallGraphSCCPass's instead of passing around a std::vector<CallGraphNode*>. No functionality change, but now we have a much tidier interface. llvm-svn: 101558
-
- Apr 16, 2010
-
-
-
Dan Gohman authored
llvm-svn: 101431
-
Dan Gohman authored
llvm-svn: 101430
-
Dan Gohman authored
to expect them this way, to fix srcdir!=objdir builds. llvm-svn: 101414
-
- Apr 15, 2010
-
-
Dan Gohman authored
native linking export files, including running sed to prepend underscores on darwin, and make use of it in libLTO and libEnhancedDisassembly. Remove the leading underscores from library export files so that they work with the new EXPORTED_SYMBOL_FILE support. llvm-svn: 101399
-
Benjamin Kramer authored
llvm-svn: 101365
-
Daniel Dunbar authored
llvm-svn: 101338
-
Chris Lattner authored
characters long. llvm-svn: 101336
-
- Apr 14, 2010
-
-
Nick Lewycky authored
llvm-svn: 101234
-
Nick Lewycky authored
llvm-svn: 101230
-
Nick Lewycky authored
llvm-svn: 101228
-
Douglas Gregor authored
bit (we're not trying to build a shared library yet) and generating the X86GenEDInfo.inc and ARMGenEDInfo.inc files as necessary. llvm-svn: 101188
-
- Apr 13, 2010
-
-
Sean Callanan authored
code. It used to #include the enhanced disassembly information for the targets it supported straight out of lib/Target/{X86,ARM,...} but now it uses a new interface provided by MCDisassembler, and (so far) implemented by X86 and ARM. Also removed hacky #define-controlled initialization of targets in edis. If clients only want edis to initialize a limited set of targets, they can set --enable-targets on the configure command line. llvm-svn: 101179
-
Ted Kremenek authored
llvm-svn: 101177
-
Chris Lattner authored
patch by Marius Wachtler! llvm-svn: 101160
-
Sean Callanan authored
after edis. Really, there ought to be some mechanism to ensure that PARALLEL_DIRS get built after DIRS. llvm-svn: 101095
-
- Apr 12, 2010
-
-
Sean Callanan authored
libEnhancedDisassembly, so we now build the static library in all cases (although the shared library is only built when requested/possible). Also, fixed a bug where edis wasn't properly initializing the targets it uses. llvm-svn: 101072
-
Sean Callanan authored
flags work properly when EDIS_VERSION is defined llvm-svn: 101063
-
Sean Callanan authored
time I use the LIBS variable, which is not subject to a %.a -> -l% transformation, to link llvm-mc against libEnhancedDisassembly. llvm-mc -edis works the same as llvm-mc -disassemble, but outputs tokens and operands. llvm-svn: 101058
-
Benjamin Kramer authored
llvm-svn: 101035
-
Nick Lewycky authored
llvm-svn: 101013
-
- Apr 11, 2010
-
-
Nick Lewycky authored
llvm-svn: 100954
-
- Apr 10, 2010
-
-
Sean Callanan authored
that do not build some (or all) of the targets that edis supports. llvm-svn: 100910
-
- Apr 09, 2010
-
-
Chris Lattner authored
llvm-svn: 100848
-
Sean Callanan authored
integrated into the llvm-mc testing tool. llvm-svn: 100842
-