2009-11-21 |
Bob Wilson | Fix some spelling in comments. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Bob Wilson | Avoid a redundant assertion. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jim Grosbach | Darwin requires a frame pointer for all non-leaf functi... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Evan Cheng | Add predicate operand to NEON instructions. Fix lots... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Evan Cheng | Allow target to disable if-converting predicable instru... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Devang Patel | Cosmetic changes, which were long overdue, in DwarfDebu... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Devang Patel | We are not using DBG_STOPPOINT anymore. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Evan Cheng | Maintain stylistic consistency. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jakob Stoklund... | Don't leave temporary files in the test directory. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jakob Stoklund... | Be more clever about calculating live variables through... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | Allow SmallString to implicitly convert to StringRef. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Eric Christopher | Add more optimizations for object size checking, enable... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Dale Johannesen | When generating a vector the really slow way, via loads |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Devang Patel | There is no need to use FoldingSet to unique DIEs. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Viktor Kutuzov | Added two SubtargetFeatures::AddFeatures methods, which... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
David Goodwin | Restructure code to allow renaming of multiple-register... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Evan Cheng | Enable hoisting load from constant memories. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Fix a thinko that caused spurious @GOTOFFs. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Update for new getBlockAddress signature. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Target-independent support for TargetFlags on BlockAddr... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Sean Callanan | Recommitting PALIGNR shift width fixes. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dale Johannesen | Remove an incorrect overaggressive optimization |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Sean Callanan | Reverting PALIGNR fix until I figure out how this |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Sean Callanan | Fixed PALIGNR to take 8-bit rotations in all cases. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Devang Patel | Do not hold on to a map slot while new entries may... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
David Greene | Cleanups. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Devang Patel | There is no need to emit source location info for DW_TA... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Make Loop::getLoopLatch() work on loops which don't... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Fix IPSCCP's code for deleting dead blocks to tolerate... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Daniel Dunbar | Revert "Add some rough optimizations for checking routi... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Eric Christopher | Add some rough optimizations for checking routines. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Evan Cheng | Remat VLDRD from constpool. Clean up some instruction... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Evan Cheng | Add option -licm-const-load to hoist all loads from... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jim Grosbach | The verify() call of CPEIsInRange() isn't right for... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Use stripPointerCasts(). Thanks Duncan! |
commit | commitdiff | tree | snapshot |
2009-11-20 |
David Goodwin | Remove some old experimental code that is no longer... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jakob Stoklund... | More consistent labelling of basic blocks in debug... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Revert the rule that considers comparisons between... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Mikhail Glushenkov | Move the handling of CommaSeparated options into Provid... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Duncan Sands | Fix PR5563, an expensive checks failure when running on |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Duncan Sands | Fix PR5558, which was caused by a wrong fix for PR3393... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Benjamin Kramer | Try to work around grep's "Binary file (standard input... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Daniel Dunbar | Fix -march= name for x86-64. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Fix fast-isel to avoid selecting the return instruction... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jim Grosbach | Remove verifySizes() since it's not adding much value. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Evan Cheng | Also CSE non-pic load from constant pools. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Add an experimental option to run gep-splitting and... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Simplify this code; it's not necessary to check isIdent... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jakob Stoklund... | Add MachineBasicBlock::getName, and use it in place... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Teach getSmallConstantTripMultiple about Shl operators. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Evan Cheng | Fix codegen of conditional move of immediates. We were... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Lang Hames | Removed references to LiveStacks from Spiller.* . They... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Refine the capture tracking rules for comparisons to... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Use isVoidTy(). |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Bill Wendling | Specify proper arch and triple for 64-bit. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Bill Wendling | Testcase for r89415. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Eric Christopher | Update comment to reflect instruction. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Dan Gohman | Refine this to only apply to null in the default addres... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jeffrey Yasskin | Try to fix JITTest.FarCallToKnownFunction on ARM and... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Oscar Fuentes | Use CMAKE_DL_LIBS instead of raw library name. Fixes... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
David Goodwin | Fix a couple of problems with maintaining liveness... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jim Grosbach | When placing constant islands and adjusting for alignme... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Dan Gohman | Extend CaptureTracking to indicate when a value is... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Cheng | Refactor cmov selection code out to a separate function... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Dan Gohman | Comparing a pointer with null is not a capture. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Duncan Sands | Only run this mutex test if threading is enabled. ... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jakob Stoklund... | Place new basic blocks immediately after their predeces... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Bill Wendling | Reverting the EH table patches. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Johnny Chen | Added NLdStLN which is similar to NLdSt with the except... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
David Greene | Fix a small bug. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Dan Gohman | Enable hoisting of loads from constant memory by defaul... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Use StringRef::min instead of std::min. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jim Grosbach | fix typo |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | TableGen/OptParser: When ordering options, make "sentin... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Mikhail Glushenkov | Make example/Hello compile again. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Kramer | cstdlib is not automatically included with StringRef... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Kramer | Reenable Split2 StringRef test with Apple gcc. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
David Greene | Add support for spreading register allocation. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Kramer | Remove the now obsolete algorithm include from StringRef.h. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Torok Edwin | Workaround PR5482, because all the gcc versions that... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Kramer | Unbreak x64 MSVC build. Patch by Nicolas Capens! |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Edward O'Callaghan | Add PS3 Triple class, Credit to John Thompson. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Unbreak test, Bruno please check. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Cheng | More consistent thumb1 asm printing. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Cheng | Shrink ldr / str [sp, imm0-1024] to 16-bit instructions. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Cheng | Eliminate more * 4 in Thumb1 asm printing for consisten... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Bruno Cardoso... | - Add sugregister logic to handle f64=(f32,f32). |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Bruno Cardoso... | Only use small sections for non linux targets! |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Lang Hames | Added a new Spiller implementation which wraps LiveInte... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Edward O'Callaghan | autoconf config.* claims to not know about auroraux... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jim Grosbach | Teach IVUsers to keep things simpler and track loop... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jim Grosbach | Eliminate duplicate phi nodes in loops. Loop rotation... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jim Grosbach | Make EliminateDuplicatePHINodes() available as a utilit... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Bill Wendling | Test from Dhrystone to make sure that we're not emittin... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Add TOOLALIAS makefile variable; this defines an altern... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Bill Wendling | The "ReadOnlyWithRel" enum seems to apply more to what... |
commit | commitdiff | tree | snapshot |
next |