- 2a085c3 Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. by Evan Cheng · 16 years ago
- 7adcdc3 Fix comment. by Evan Cheng · 16 years ago
- 95a2c8f Enable -split-phi-edges by default, except when -regalloc=local. by Jakob Stoklund Olesen · 16 years ago
- 464ecfe 80-column violations by Jim Grosbach · 16 years ago
- 51cdac0 Added getArchNameForAssembler method to the Triple class for which returns OS and Vendor independent target assembler arch. by Viktor Kutuzov · 16 years ago
- aa60dda Remove a special case for tail merging that seems to be both broken and by Bob Wilson · 16 years ago
- 076e085 Generalize OptimizeLoopTermCond to optimize more loop terminating icmp to use postinc iv. by Evan Cheng · 16 years ago
- 37d60fd Set MadeChange instead of MadeChangeThisIteration. by Dan Gohman · 16 years ago
- 110e7bb Revert CPU detection code to return "generic" instead of an empty string in case by Benjamin Kramer · 16 years ago
- 56a1f80 Remove trailing whitespace by Jim Grosbach · 16 years ago
- 465c825 Update a comment, now that tail duplication happens after other branch by Bob Wilson · 16 years ago
- a9ea9ec Set Inst{15-12} (Rd/Rt) to 0b1111 (PC) for BR_JTadd, BR_JTr, and BR_JTm to by Johnny Chen · 16 years ago
- 56ea69c Perform tail duplication only once, after tail merging is complete. by Bob Wilson · 16 years ago
- 2cd8abb add Case() with 5 args by Nuno Lopes · 16 years ago
- 789b45b Fix HTML formatting. by Jay Foad · 16 years ago
- 4a20c7a 1. Allow SCCIterator to work with GraphT types that are constant. by Duncan Sands · 16 years ago
- 3ea11cf Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with by Duncan Sands · 16 years ago
- 9e97f3c Revert 89021. It's miscompiling llvm-gcc driver driver at -O0. by Evan Cheng · 16 years ago
- d15ac2f Re-apply 89011. It's not to be blamed. by Evan Cheng · 16 years ago
- 0d753ec "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. by Daniel Dunbar · 16 years ago
- 6db07ea Revert 89011. Buildbot thinks it might be breaking stuff. by Evan Cheng · 16 years ago
- 381afae Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507. by Nick Lewycky · 16 years ago
- 8dc071a Following a suggestion of Daniel Dunbar, stop people passing the name by Duncan Sands · 16 years ago
- 5f9843f Revert r88939. by Nick Lewycky · 16 years ago
- 0e49fe8 Fail less mysteriously; inform the user that their LLVM was not built with by Nick Lewycky · 16 years ago
- ff1b61f Fixed call to wrong constructor. by Lang Hames · 16 years ago
- 252e574 Fix a race condition in the Timer class. by Owen Anderson · 16 years ago
- 7378b1b Refactor the code that creates the "dot-label" difference. This may be used in by Bill Wendling · 16 years ago
- a0a95a3 When moving a block for table jumps, make sure the prior block terminator by Jim Grosbach · 16 years ago
- 2cbe71c Enable -split-phi-edges by default by Jakob Stoklund Olesen · 16 years ago
- 6cccc30 MOV64rm should be marked isReMaterializable. by Evan Cheng · 16 years ago
- e0f06c7 Remove the optimizations that convert BRCOND and BR_CC into by Dan Gohman · 16 years ago
- 76e3e50 Remove debug info attached with an instruction. by Devang Patel · 16 years ago
- dc1472b In GlobalVariable::setInitializer, assert that the initializer has the by Jeffrey Yasskin · 16 years ago
- 574186f A few more instructions that should be marked re-materializable. by Evan Cheng · 16 years ago
- 1187285 Convert to FileCheck by Jim Grosbach · 16 years ago
- 727f0c3 Convert to FileCheck by Jim Grosbach · 16 years ago
- 2c0fb63 Cleanup. Missed removing these when converting. Oops. by Jim Grosbach · 16 years ago
- 9d52e8d Set Rm bits of BX_RET to 0b1110 (R14); and set condition code bits of BRIND to by Johnny Chen · 16 years ago
- 1d8c9e7 Fix this test - there don't appear to be any actual Reload Reuses by Dan Gohman · 16 years ago
- 10190cc Revert r87049, which was the workaround for the regression triggered by Dan Gohman · 16 years ago
- feada94 Revert the test from r88984. It relies on being able to mmap 16GB of by Jeffrey Yasskin · 16 years ago
- 9f07f3b Convert to FileCheck by Jim Grosbach · 16 years ago
- 834651c Initialize the new AsmPrinterFlags field to 0, fixing uses of by Dan Gohman · 16 years ago
- d1ba06b Make X86-64 in the Large model always emit 64-bit calls. by Jeffrey Yasskin · 16 years ago
- da589a3 Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only utility of this is testing that we keep the examples up to date, I will just make the buildbots run with this flag. by Daniel Dunbar · 16 years ago
- dee8dbe Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducing by Daniel Dunbar · 16 years ago
- 4c269e2 Fix unused variables warnings. by Eric Christopher · 16 years ago
- 600c043 - Check memoperand alignment instead of checking stack alignment. Most load / store folding instructions are not referencing spill stack slots. by Evan Cheng · 16 years ago
- f76a3d6 Revert r88939. by Devang Patel · 16 years ago
- f941d29 by David Greene · 16 years ago
- 7bde297 Make the pass class name more explicit. by Jim Grosbach · 16 years ago
- 074fb02 make pass name a bit more clear by Jim Grosbach · 16 years ago
- 21b8bdd Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h. by Dan Gohman · 16 years ago
- 8134450 Remove an unnecessary #include. by Dan Gohman · 16 years ago
- 6ac0e76 Sink a #include <map> to where it's actually needed. by Dan Gohman · 16 years ago
- aec15e8 Make PseudoSourceValue's classof recognize by Dan Gohman · 16 years ago
- 552c0df Fix a typo in a comment. by Dan Gohman · 16 years ago
- 2f74603 Convert to FileCheck by Jim Grosbach · 16 years ago
- 0d6dd49 Added a testcase for PR5495. by Lang Hames · 16 years ago
- 420d23c Add configure options for specifying where to look for libstdc++. by Rafael Espindola · 16 years ago
- 4adcade Convert to FileCheck by Jim Grosbach · 16 years ago
- 4a504c6 Fix a comment. by Bob Wilson · 16 years ago
- 270a974 Add VISIBILITY_HIDDEN marker. by Devang Patel · 16 years ago
- 08cbda5 Simplify thumb2 jump table adjustments. Remove unnecessary calculation and by Jim Grosbach · 16 years ago
- 9249efe clarify comment by Jim Grosbach · 16 years ago
- c4a0c84 Fix some comments. by Bob Wilson · 16 years ago
- d34f5d9 Whitespace: be consistent with pointer syntax. by Bob Wilson · 16 years ago
- 3cbc312 Clean up whitespace. by Bob Wilson · 16 years ago
- c051750 tbb opt off by default by Jim Grosbach · 16 years ago
- b2e86bb back off for a bit. tracking down weirdness by Jim Grosbach · 16 years ago
- ca215e7 Analyze has to be before checking the condition, obviously. Properly construct an iterator for prior. by Jim Grosbach · 16 years ago
- 1546b11 Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCs by Douglas Gregor · 16 years ago
- 4007324 Make sure that if anyone passes a name by accident for the isSigned by Duncan Sands · 16 years ago
- ddff941 by David Greene · 16 years ago
- 46785e6 BuildIntCast takes an additional parameter, isSigned. by Duncan Sands · 16 years ago
- f63c410 CreateIntCast takes an "isSigned" parameter. Pass "true" for it, rather than by Duncan Sands · 16 years ago
- 746d546 Special case FixedStackPseudoSourceValueVal as well. Do we really need to differentiate PseudoSourceValueVal from FixedStackPseudoSourceValueVal at this level? by Evan Cheng · 16 years ago
- 39aa725 Check if subreg index is zero. by Evan Cheng · 16 years ago
- 285a7d5 For some targets, a copy can use a register multiple times, e.g. ppc. by Evan Cheng · 16 years ago
- 2d947263 xfail for now. It has been failing. by Evan Cheng · 16 years ago
- add2076 Disable ldc1/sdc1 instructions for mips1 targets. by Bruno Cardoso Lopes · 16 years ago
- 6e0b658 - Fix a small bug while handling target constant pools (one param was missing). by Bruno Cardoso Lopes · 16 years ago
- d6add15 typo spotted by duncan. by Chris Lattner · 16 years ago
- 79ac32d Fixes the bug exposed by Anton's test case in PR 5495: by Lang Hames · 16 years ago
- b126d05 Fix for the original bug in PR5495 - Look at uses as well as defs when determining the PHI-copy insert point. by Lang Hames · 16 years ago
- a443217 Detect need for autoalignment of the stack earlier to catch spills more by Jim Grosbach · 16 years ago
- 6cb6788 set the def of the VLD1q64 properly by Jim Grosbach · 16 years ago
- ac57410 disable copying, enforce some invariants. by Chris Lattner · 16 years ago
- 800c47e teach LVI to infer edge information from switch instructions. by Chris Lattner · 16 years ago
- 5553a3a fix a logic error that would cause LVI-JT to miscompile some conditionals by Chris Lattner · 16 years ago
- e564281 implement the first stab at caching queries. This isn't correct by Chris Lattner · 16 years ago
- 2c5adf8 refactor a bunch of code forming the new LazyValueInfoCache by Chris Lattner · 16 years ago
- 4e447eb make PRE of loads preserve the alignment of the moved load instruction. by Chris Lattner · 16 years ago
- 1fb5630 fix a bug handling 'not x' when x is undef. by Chris Lattner · 16 years ago
- 5415127 mark getIntrinsicID() 'readonly'. This allows various classof methods by Chris Lattner · 16 years ago
- 6f0c67d add attributes for readnone/readonly functions. by Chris Lattner · 16 years ago
- 9806f83 add a version of array_pod_sort that takes a custom comparator function. by Chris Lattner · 16 years ago
- 93f9f7a Add a complex missed optimization opportunity I came across while investigating by Nick Lewycky · 16 years ago
- e0fb75d Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes. by Edward O'Callaghan · 16 years ago