- 938b9d8 Use better data structure for ConstPoolId2AddrMap. by Evan Cheng · 17 years ago
- ba44df6 Actually make debug output understandable. by Evan Cheng · 17 years ago
- fd532d7 x86_64 rip-relative and magic mode address by Mon P Wang · 17 years ago
- c072966 Forgot this in last commit. by Evan Cheng · 17 years ago
- eb4ed4b Encode PICADD; some code clean up. by Evan Cheng · 17 years ago
- 87e82f0 Remove some unused virtual function bodies. by Dan Gohman · 17 years ago
- f7c0940 Revert r58489. It isn't correct for all cases. by Bill Wendling · 17 years ago
- 476527a Symbol visibility is unsupported on cygwin too. Patch by Jay Foad! by Anton Korobeynikov · 17 years ago
- d249316 Add an assert to catch user errors like: MyFunctionPass() : FunctionPass(ID) {} by Torok Edwin · 17 years ago
- 9ed08f4 Change x86 register allocation ordering to match that of gcc. Otherwise some tools get confused by prologue generated by llvm. by Evan Cheng · 17 years ago
- 36f3adf Add a fixme. by Evan Cheng · 17 years ago
- 00b58df Totally disable the setSubgraphColor calls temporarily, as they're by Dan Gohman · 17 years ago
- 06f0aff Add a bunch of libcalls for ppcf128 that were somehow by Duncan Sands · 17 years ago
- d2840fd For some targets pointer and int are 16-bits. Allow 16-bits as a valid index by Sanjiv Gupta · 17 years ago
- f6a9988 Don't skip over all "terminator" instructions when determining where to put the by Bill Wendling · 17 years ago
- 0656466 Fix warning. by Daniel Dunbar · 17 years ago
- 4727f83 CMake: Fix some unwanted commentary line wraps on the last change. by Oscar Fuentes · 17 years ago
- 9b17d97 CMake: Establish dependencies among executables and libraries, using by Oscar Fuentes · 17 years ago
- d17cfbe Use MOVSSmr instead of EXTRACTPSmr in the case of extracting by Dan Gohman · 17 years ago
- 8fe9535 Revert errant deletion. The target needs to be able to specify that it doesn't want the generic constant pool to be emitted. by Jim Grosbach · 17 years ago
- e53a5af I think we got non-machine specific constpool entries covered. by Evan Cheng · 17 years ago
- 1d083f4 Change the name of the generated solution file for a CMake build. (from 'project' to 'LLVM'). by Cedric Venet · 17 years ago
- 557291c Testcase for PR2987. by Duncan Sands · 17 years ago
- 1975d03 Canonicalize sext(i1) to i1?-1:0, and update various instcombine by Dan Gohman · 17 years ago
- d383ff3 Testcase for PR2986. by Duncan Sands · 17 years ago
- 3d0f5af Fix PR2986: do not use a potentially illegal by Duncan Sands · 17 years ago
- c9d4d75 Set svn:ignore on cscope.{files,out} in root llvm directory. by Daniel Dunbar · 17 years ago
- b702351 Set svn:ignore for some Release-Asserts and Output dirs. by Daniel Dunbar · 17 years ago
- 2fbfbd2 Shift amounts should have type getShiftAmountTy by Duncan Sands · 17 years ago
- c5e1ec4 Add InlineCost class for represent the estimated cost of inlining a by Daniel Dunbar · 17 years ago
- fa7935f Shift amounts should have the type given by by Duncan Sands · 17 years ago
- 2eb13c3 Add missing vsetcc expansion for widening by Mon P Wang · 17 years ago
- 0a48698 CMake: Reverted some unintentional changes on the previous commit. by Oscar Fuentes · 17 years ago
- 4fd38b8 CMake: Cygwin pretends to be Unix. Patch by Jay Foad. by Oscar Fuentes · 17 years ago
- 65f2442 ARM JIT should observe -relocation-model command line option. by Evan Cheng · 17 years ago
- 0c39719 Add initial support for vector widening. Logic is set to widen for X86. by Mon P Wang · 17 years ago
- 1eb4df6 mention fortran status. by Chris Lattner · 17 years ago
- d976c21 Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stack by Scott Michel · 17 years ago
- a872aae Revert r58411. The user needs to #define this when using the JITMemoryManager.h header. by Bill Wendling · 17 years ago
- c6e2241 Spell DISABLE_ASSERTIONS correctly. by Dan Gohman · 17 years ago
- fb309cb Revert part of r58048. It was breaking on SnowLeopard claiming that by Bill Wendling · 17 years ago
- 0f28243 Correct way to handle CONSTPOOL_ENTRY instructions. by Evan Cheng · 17 years ago
- 5be59ea Add debugging support. by Evan Cheng · 17 years ago
- ef5784e Let target resolve some relocation results. by Evan Cheng · 17 years ago
- 4628186 This is not needed anymore. by Evan Cheng · 17 years ago
- 70ba70f Add a bit to MachineRelocation that tells JIT that target is responsible for resolving the address. e.g. ARM constpool. by Evan Cheng · 17 years ago
- 110e3b3 Fix PEXTRQ encoding by Nate Begeman · 17 years ago
- db97348 add testcase for PR2964 by Chris Lattner · 17 years ago
- b384ab9 Add a RM pseudoreg for the rounding mode, which by Dale Johannesen · 17 years ago
- 492f04c Testcase for PR2917. by Duncan Sands · 17 years ago
- b99e740 Uniformize capitalization of NodeId. by Duncan Sands · 17 years ago
- f8131c9 Fix PR2967 by not deleting volatile load/stores that occur before unreachable. by Chris Lattner · 17 years ago
- 90e619a fix typo by Torok Edwin · 17 years ago
- f258b02 Make the declaration of bzero match size_t on x86-64-linux. by Duncan Sands · 17 years ago
- 21c2972 Fix PR2977: LegalizeTypes support for expanding VAARG. by Duncan Sands · 17 years ago
- d22ec5f Add sanity checking for BUILD_PAIR (I noticed the by Duncan Sands · 17 years ago
- 5489893 - More pre-split fixes: spill slot live interval computation bug; restore point bug. by Evan Cheng · 17 years ago
- 23b10f5 Fix a FIXME: in ReplaceNodeWith, if the new node by Duncan Sands · 17 years ago
- b3bc635 Fix 80 column violations. by Duncan Sands · 17 years ago
- 86813ce Fix 80 column violations. by Duncan Sands · 17 years ago
- d0e32c5 - Rewrite code that update register live interval that's split. by Evan Cheng · 17 years ago
- 980e842 CMake: Removed some cruft. by Oscar Fuentes · 17 years ago
- 1a99dbf Factor shouldInline method out of Inliner. - No functionality change. by Daniel Dunbar · 17 years ago
- 2d5a0b9 by David Greene · 17 years ago
- f184c66 Assorted comment/naming fixes, 80-col violations, and reindentation. by Daniel Dunbar · 17 years ago
- b493b27 (A & sext(C)) | (B & ~sext(C) -> C ? A : B by Dan Gohman · 17 years ago
- 2275105 Take Chris' suggestion and define EnableFastISelVerbose and by Dan Gohman · 17 years ago
- 19bd0ad llvm-ld doesn't have a -march option. This fixes PR2961 by Chris Lattner · 17 years ago
- e9da133 Reuse PrintEscapedString for printing names in .ll by Daniel Dunbar · 17 years ago
- 727809a Protect the code for fast-isel debugging with #ifndef NDEBUG. by Dan Gohman · 17 years ago
- f4717aa Add some more information to the top-level comment for this file. by Dan Gohman · 17 years ago
- bc6d876 Support for constant islands in the ARM JIT. by Jim Grosbach · 17 years ago
- 52790e5 fix prototype of print, it is (llvm/Pass.h): by Torok Edwin · 17 years ago
- 83f5c85 Avoid calls to setSubgraphColor in release mode. They generate lots of error messages and slow down compilation. by Evan Cheng · 17 years ago
- 803f5fc Do not allow a user to set the operand for a constant. by Tanya Lattner · 17 years ago
- 2b9cbf1 fix duplicate anchor names, and broken anchor links from the TOC by Torok Edwin · 17 years ago
- 57760d9 Fix darwin ppc llvm-gcc build breakage: intercept by Duncan Sands · 17 years ago
- 42d4499 Turn off LegalizeTypes for this test for the by Duncan Sands · 17 years ago
- 1acb29c Fix a testcase provided by Bill in which the node by Duncan Sands · 17 years ago
- 6e1c623 Don't produce invalid comparisons after legalize. by Chris Lattner · 17 years ago
- 7fe5e18 fix some whitespace stuff by Chris Lattner · 17 years ago
- 0fed8bf fit in 80 cols by Chris Lattner · 17 years ago
- 4002a1b Fix a nasty miscompilation of 176.gcc on linux/x86 where we synthesized by Chris Lattner · 17 years ago
- b3696d8 more comment cleanups. by Chris Lattner · 17 years ago
- b2ccf8f comment cleanups. by Chris Lattner · 17 years ago
- 1f08cc2 If def is in the same mbb as the barrier, spilt the value after the last use before the barrier. by Evan Cheng · 17 years ago
- ae7fa5b Add command line option to limit the number splits to help debugging. by Evan Cheng · 17 years ago
- 5a9a4bf Fix the name of the include guard to match the filename. by Dan Gohman · 17 years ago
- f62ce37 Avoid putting a split past the end of the live range; always shrink wrap live interval in the barrier mbb. by Evan Cheng · 17 years ago
- e649778 - Fix SUBVERSION string to handle x.x.x version number formats. by Bill Wendling · 17 years ago
- 985921e Silence a bogus compile time warning. by Evan Cheng · 17 years ago
- c714f13 by David Greene · 17 years ago
- b3990d5 Remove val# defined by a remat'ed def that is now dead. by Evan Cheng · 17 years ago
- 8e7fa91 Fix bogus comparison of "const char *" with c-string literal. Use strcmp instead. by Ted Kremenek · 17 years ago
- 8ad4c00 by David Greene · 17 years ago
- 9a40d33 Return bool (inserted) from StringSet::insert as for StringMap::insert. by Daniel Dunbar · 17 years ago
- 7caa2d0 Remove tabs from my previous commit. by Cedric Venet · 17 years ago
- 4af2c40 rename vec_spat -> vec_splat, pointed out by duncan by Chris Lattner · 17 years ago
- c5e7e8d by David Greene · 17 years ago
- 13e781e by David Greene · 17 years ago