2009-07-10 |
Duncan Sands | Avoid compiler warnings when assertions are turned... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Duncan Sands | Avoid compiler warnings if assertions turned off. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | CMOVxx doesn't swap operands which it's commuted. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | Remove TargetInstrInfo::CommuteChangesDestination and... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Sanjiv Gupta | Link std.lib (.bc code) with llvm-ld. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Owen Anderson | Fix unit tests. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | convert test to use FileCheck, which is much more preci... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | add missing *, patch by Peter O'Gorman! |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Owen Anderson | Push LLVMContext through the TypeBuilder API. There... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
David Greene | Eliminate an unnecessary include. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Owen Anderson | Push LLVMContext through the PatternMatch API. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
David Goodwin | Predicate VFP instructions on HasVFP2 instead of IsARM... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Dan Gohman | Generalize ScalarEvolution's cast-folding code to suppo... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Owen Anderson | Update for GlobalVariables ctor change. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
David Goodwin | t2LDM_RET does not fall-through. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Duncan Sands | Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | make this more like printOperand. Perhaps some merging... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | simplify fast isel by using ClassifyGlobalReference... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | eliminate GVRequiresRegister, replacing it with predica... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | change a bunch of logic in LowerGlobalAddress to levera... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | add a predicate to determine if a global var reference... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | move some classification logic around. Now GVRequiresE... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | change isGlobalStubReference to take target flags inste... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | convert some late code (called by regalloc and code... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | add a new predicate method that says whether a GlobalValue |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | GVRequiresExtraLoad is now never used for calls, simpli... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | actually, just eliminate PCRelGVRequiresExtraLoad.... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | There is only one case where GVRequiresExtraLoad return... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | the "isDirectCall" operand of GVRequiresRegister is... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | split call handling out of X86SelectAddress into X86Sel... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | convert a helper method to be a static function instead... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | More info about Thumb1 predication support. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | We don't need separate thumb1 instructions tADDSi3... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | Add a thumb2 pass to insert IT blocks. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | Move isPredicated from .cpp to .h |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Owen Anderson | Finish pushing LLVMContext through the IRBuilder/Consta... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
David Greene | Fix #include specification. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Ted Kremenek | ImmutableMap/ImmutableSet: Allow caching of ImutAVLTree... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | Remove a bogus assertion. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Bob Wilson | Replace TM.getRegisterInfo() calls by TRI instance... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
David Greene | Redesign this to avoid standard stream classes. This... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Bob Wilson | Handle 'a' modifier on inline assembly operands. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Owen Anderson | This started as a small change, I swear. Unfortunately... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
David Greene | Add some hooks that a redesigned AsmStream needs to... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Evan Cheng | Added Thumb IT instruction. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Bob Wilson | Fix an apparent copy-and-paste problem in an error... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Evan Cheng | Another todo entry. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Dan Gohman | Revert the part of 75177 that split ConstantRange into... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Evan Cheng | Initial support for load / store multiple opt pass... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Evan Cheng | Fix ldm / stm unified syntax; add t2LDM_RET. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Evan Cheng | LDM_RET should be marked mayLoad. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Bill Wendling | If -fomit-frame-pointer is used, we still need to recor... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Evan Cheng | Fix ldrd / strd address mode matching code. It allows... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Andreas Bolka | Fix typo, trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Dan Gohman | Add a ConstantSignedRange class, which does for signed... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Eli Friedman | Make EXTRACT_VECTOR_ELT a bit more flexible in terms... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Evan Cheng | Add a Thumb readme entry. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Evan Cheng | Correct comment. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Richard Pennington | bug 4524: Add MSP430 to the cmake build. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Dale Johannesen | Handle 'A' modifier in inline asms. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Mikhail Glushenkov | Documentation update. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Mikhail Glushenkov | We don't need to set SaveTemps here. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Mikhail Glushenkov | Adjust comment. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Mikhail Glushenkov | Remove some duplication. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Mikhail Glushenkov | Rename -t to --temp-dir. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Owen Anderson | As Chris pointed out, we don't actually need to pass... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | back out r75156 for now. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Owen Anderson | A little bit more LLVMContextification. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
David Goodwin | Handle Thumb-2 addressing modes during FP elimination. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Ted Kremenek | ImmutableSet/ImmutableMap: Allow caching of null digest... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
David Greene | Add some classes to produce pretty-printed asm. We... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Sanjiv Gupta | By default -t is always on for mcc16 and it uses .... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Sanjiv Gupta | Fixed handling of -t. It gets the prirority for temp... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Owen Anderson | Thread LLVMContext through MVT and related parts of... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Alisdair Meredith | Resolve undefined behaviour when ManagedStatic is insta... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | add llvm-mc support for parsing the .lcomm directive... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
David Greene | Regenerate for GraphViz tool discovery. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
David Greene | Add support for other GraphViz display tools. This... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | remove dead function. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Eli Friedman | Misc encoding fixes; reported on llvmdev. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | eraseFromDisk no longer throws. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Nick Lewycky | There's no need to consider PHI nodes in the same block... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Nick Lewycky | Forgot a couple files when adding the -ssi-everything... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Nick Lewycky | Add some statistics to SSI so we can see what it's... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Misha Brukman | * Install crosstool in /usr/local/crosstool |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Bill Wendling | Missing ) |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Sanjiv Gupta | Add a -t="dir" option to the driver. This can be used... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Sanjiv Gupta | Added few more options to individual tools. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Sanjiv Gupta | Return dir separator as per platform. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | simplify this logic a bit more. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | move reasoning about darwin $non_lazy_ptr stubs from... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Evan Cheng | Targets sometimes assign fixed stack object to spill... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Evan Cheng | Reorg includes. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | add default ctor. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | rearrange some code, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | make direct calls set MO_PLT or MO_DARWIN_STUB as appro... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Nick Lewycky | Don't create undefined symbols for aliases. |
commit | commitdiff | tree | snapshot |
next |