2009-11-07 |
Chris Lattner | rewrite TargetData to use StringRef/raw_ostream instead... |
tree | commitdiff |
2009-11-07 |
Jeffrey Yasskin | Make the need-stub variables accurate and consistent... |
tree | commitdiff |
2009-11-07 |
Mikhail Glushenkov | llvmc: Add a '-time' option. |
tree | commitdiff |
2009-11-07 |
Mikhail Glushenkov | 80-col violation. |
tree | commitdiff |
2009-11-07 |
Lang Hames | Update some globals to use ManagedStatic. |
tree | commitdiff |
2009-11-07 |
Evan Cheng | Missed this. |
tree | commitdiff |
2009-11-07 |
Kenneth Uildriks | Add code to check at SelectionDAGISel::LowerArguments... |
tree | commitdiff |
2009-11-07 |
Jakob Stoklund Olesen | Fix inverted conflict test in -early-coalesce. |
tree | commitdiff |
2009-11-07 |
Victor Hernandez | Re-commit r86077 now that r86290 fixes the 179.art... |
tree | commitdiff |
2009-11-06 |
Daniel Dunbar | Pass StringRef by value. |
tree | commitdiff |
2009-11-06 |
Chris Lattner | remove some more Context arguments. |
tree | commitdiff |
2009-11-06 |
Chris Lattner | remove a bunch of extraneous LLVMContext arguments |
tree | commitdiff |
2009-11-06 |
Victor Hernandez | Revert r86077 because it caused crashes in 179.art... |
tree | commitdiff |
2009-11-06 |
Douglas Gregor | Add a bunch of missing "template" keywords to disambigu... |
tree | commitdiff |
2009-11-06 |
Eric Christopher | Fix PR5315, original patch by Nicolas Capens! |
tree | commitdiff |
2009-11-06 |
Dan Gohman | Make printImplicitDef and printKill non-virtual, since... |
tree | commitdiff |
2009-11-05 |
Douglas Gregor | Make a few more LLVM headers parsable as standalone... |
tree | commitdiff |
2009-11-05 |
Dan Gohman | InstrTypes.h includes Instruction.h, so it's not necess... |
tree | commitdiff |
2009-11-05 |
Dan Gohman | Factor out the predicate code for loopsimplify form... |
tree | commitdiff |
2009-11-05 |
Oscar Fuentes | CMake: Detect dotty. |
tree | commitdiff |
2009-11-05 |
Douglas Gregor | Move llvm::cl::opt's conversion function into the base... |
tree | commitdiff |
2009-11-05 |
Chris Lattner | Declare classes with matched tags, pointed out by a... |
tree | commitdiff |
2009-11-05 |
Douglas Gregor | Make two more LLVM headers standalone |
tree | commitdiff |
2009-11-05 |
Douglas Gregor | Make a few headers standalone. Plus, add a missing... |
tree | commitdiff |
2009-11-05 |
Mon P Wang | Reintroduce support for overloading target intrinsics |
tree | commitdiff |
2009-11-05 |
Lang Hames | Tidied some ugliness in the SlotIndex default constructor. |
tree | commitdiff |
2009-11-05 |
Lang Hames | Removed an assert which was causing significant slowdow... |
tree | commitdiff |
2009-11-05 |
Victor Hernandez | Update CreateMalloc so that its callers specify the... |
tree | commitdiff |
2009-11-04 |
Lang Hames | Handle empty/tombstone keys for LiveIndex more cleanly... |
tree | commitdiff |
2009-11-04 |
Jakob Stoklund Olesen | Print out an informative comment for KILL instructions. |
tree | commitdiff |
2009-11-04 |
Chris Lattner | make IRBuilder zap "X|0" and "X&-1" when building IR... |
tree | commitdiff |
2009-11-04 |
Evan Cheng | Silence implicit conversion warnings. |
tree | commitdiff |
2009-11-04 |
Lang Hames | Another spurious friend declaration removed. |
tree | commitdiff |
2009-11-04 |
Lang Hames | Removed an unnecessary friend declaration and some... |
tree | commitdiff |
2009-11-03 |
Lang Hames | The Indexes Patch. |
tree | commitdiff |
2009-11-03 |
David Goodwin | Do a scheduling pass ignoring anti-dependencies to... |
tree | commitdiff |
2009-11-03 |
Chris Lattner | turn IPSCCP back on by default, try #3 or 4? Woo. |
tree | commitdiff |
2009-11-03 |
Kenneth Uildriks | Added a comment to a function that had none |
tree | commitdiff |
2009-11-03 |
Duncan Sands | Run the functionattrs pass after the inliner, and not... |
tree | commitdiff |
2009-11-03 |
Daniel Dunbar | Speculatively redisable IPSCCP, I think its still break... |
tree | commitdiff |
2009-11-03 |
Chris Lattner | turn IPSCCP back on now that the iterator invalidation... |
tree | commitdiff |
2009-11-03 |
Nate Begeman | Add a couple more target nodes |
tree | commitdiff |
2009-11-02 |
Chris Lattner | revert r8579[56], which are causing unhappiness in... |
tree | commitdiff |
2009-11-02 |
Chris Lattner | now that ip sccp *really* subsumes ipcp, remove ipcp... |
tree | commitdiff |
2009-11-01 |
Evan Cheng | Add PseudoSourceValue::mayAlias. It returns true if... |
tree | commitdiff |
2009-11-01 |
Chris Lattner | fix two strange things in the default passmgr: |
tree | commitdiff |
2009-11-01 |
Chris Lattner | IPSCCP apparently is not a superset of IPCP, this is... |
tree | commitdiff |
2009-11-01 |
Duncan Sands | Improve the other instance of the comment. |
tree | commitdiff |
2009-11-01 |
Chris Lattner | only run GlobalDCE at -O3 and run it late instead of... |
tree | commitdiff |
2009-11-01 |
Chris Lattner | We currently only run ipsccp at LTO time, which is... |
tree | commitdiff |
2009-11-01 |
Chris Lattner | remove a bunch of locking from LLVMContextImpl. Since... |
tree | commitdiff |
2009-11-01 |
Chris Lattner | the verifier shouldn't modify the IR. |
tree | commitdiff |
2009-11-01 |
Douglas Gregor | Reverting 85714, 85715, 85716, which are breaking the... |
tree | commitdiff |
2009-11-01 |
Dan Gohman | Add a function to Passes.h to allow clients to create... |
tree | commitdiff |
2009-11-01 |
Dan Gohman | Don't #include Pass.h from CallGraph.h. |
tree | commitdiff |
2009-11-01 |
Dan Gohman | Remove the #include of Pass.h from PassManager.h. This... |
tree | commitdiff |
2009-11-01 |
Chris Lattner | fix an issue where the verifier would reject a function... |
tree | commitdiff |
2009-11-01 |
Chris Lattner | Revert 85678/85680. The decision is to stay with the... |
tree | commitdiff |
2009-10-31 |
Chris Lattner | update the comment above llvm::SplitCriticalEdge, and... |
tree | commitdiff |
2009-10-31 |
Chris Lattner | Make blockaddress(@func, null) be valid, and make ... |
tree | commitdiff |
2009-10-31 |
Dan Gohman | Revert r85667. LoopUnroll currently can't call utility... |
tree | commitdiff |
2009-10-31 |
Dan Gohman | Merge the enhancements from LoopUnroll's FoldBlockIntoP... |
tree | commitdiff |
2009-10-31 |
Dan Gohman | Rename forgetLoopBackedgeTakenCount to forgetLoop,... |
tree | commitdiff |
2009-10-31 |
Dan Gohman | Remove CodeGenLICM. It's largely obsoleted by MachineLI... |
tree | commitdiff |
2009-10-30 |
Chris Lattner | make hasAddressTaken() constant time by storing a refco... |
tree | commitdiff |
2009-10-30 |
Dan Gohman | Fix MachineLICM to use the correct virtual register... |
tree | commitdiff |
2009-10-30 |
Evan Cheng | Add option to createGVNPass to disable PRE. |
tree | commitdiff |
2009-10-30 |
Evan Cheng | Rather than having llvm-gcc changing the meaning of... |
tree | commitdiff |
2009-10-30 |
Dan Gohman | Initial target-independent CodeGen support for BlockAdd... |
tree | commitdiff |
2009-10-30 |
Devang Patel | Remove dead code. |
tree | commitdiff |
2009-10-30 |
Dan Gohman | Add a BlockAddress MachineOperand kind. |
tree | commitdiff |
2009-10-30 |
Dan Gohman | Remove a redundant copy constructor. |
tree | commitdiff |
2009-10-29 |
Dan Gohman | Move some code from being emitted as boilerplate duplic... |
tree | commitdiff |
2009-10-29 |
Dan Gohman | Rename usesCustomDAGSchedInserter to usesCustomInserter... |
tree | commitdiff |
2009-10-29 |
Chris Lattner | add interpreter support for indirect goto / blockaddres... |
tree | commitdiff |
2009-10-29 |
Zhongxing Xu | add newline to make cl.exe happy. |
tree | commitdiff |
2009-10-29 |
Bill Wendling | Don't put in these EH changes. |
tree | commitdiff |
2009-10-29 |
Douglas Gregor | A switch-on-string-literal construct that is a nice... |
tree | commitdiff |
2009-10-29 |
Bill Wendling | Reverting r85338 for now. It's causing a bootstrap... |
tree | commitdiff |
2009-10-29 |
Dan Gohman | Add a hasAddressTaken for BasicBlock. |
tree | commitdiff |
2009-10-28 |
Chris Lattner | add IRBuilder support for IndirectBr |
tree | commitdiff |
2009-10-28 |
Bob Wilson | Revert r85346 change to control tail merging by CodeGen... |
tree | commitdiff |
2009-10-28 |
Victor Hernandez | Extend getMallocArraySize() to determine the array... |
tree | commitdiff |
2009-10-28 |
David Goodwin | Make AntiDepReg.h internal. |
tree | commitdiff |
2009-10-28 |
Chris Lattner | add a new 'SetCurrentDebugType' API (requested by Andre... |
tree | commitdiff |
2009-10-28 |
Nick Lewycky | Add ABCD, a generalized implementation of the Eliminati... |
tree | commitdiff |
2009-10-28 |
Chris Lattner | bitcode writer support for blockaddress. |
tree | commitdiff |
2009-10-28 |
Chris Lattner | Previously, all operands to Constant were themselves... |
tree | commitdiff |
2009-10-28 |
Chris Lattner | basic blocks can now have non-instruction users. |
tree | commitdiff |
2009-10-28 |
Evan Cheng | Add a second ValueType argument to isFPImmLegal. |
tree | commitdiff |
2009-10-28 |
Evan Cheng | Remove getIEEEFloatParts and getIEEEDoubleParts. They... |
tree | commitdiff |
2009-10-28 |
Chris Lattner | rename indbr -> indirectbr to appease the residents... |
tree | commitdiff |
2009-10-28 |
Chris Lattner | IR support for the new BlockAddress constant kind.... |
tree | commitdiff |
2009-10-27 |
Bob Wilson | Record CodeGen optimization level in the BranchFolding... |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Revert the API changes from r85295 to make it easier... |
tree | commitdiff |
2009-10-27 |
Devang Patel | Factor out redundancy from clone() implementations. |
tree | commitdiff |
2009-10-27 |
Evan Cheng | Add new APFloat methods that return sign, exp, and... |
tree | commitdiff |
2009-10-27 |
Chris Lattner | Random updates to passes for indbr, I need blockaddress... |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Change the JIT to compile eagerly by default as agreed in |
tree | commitdiff |
2009-10-27 |
Victor Hernandez | Rename MallocFreeHelper as MemoryBuiltins |
tree | commitdiff |
next |