summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Hexagon: Remove forbidden iostream includes (it introduces static initializers)Benjamin Kramer2012-02-06
* Split part of EvaluateFunction into a new EvaluateBlock method. No functionalityNick Lewycky2012-02-06
* Move some llvm_unreachable's from r149849 out of switch statements to satisfy...Craig Topper2012-02-06
* Add shuffle decoding support for 256-bit pshufd. Merge vpermilp* and pshufd d...Craig Topper2012-02-06
* fix indentationSebastian Pop2012-02-06
* fix typoSebastian Pop2012-02-06
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Efficient Constant Uniquing.Talin2012-02-05
* Teach GlobalOpt to handle atomic accesses to globals.Nick Lewycky2012-02-05
* DefinesPredicate should only look for def operands. Patch by Ludwig Meier.Evan Cheng2012-02-05
* Clean up some whitespace and comments. No functionality change.Nick Lewycky2012-02-05
* Neaten up this method. Check that if there is only oneDuncan Sands2012-02-05
* Remove dead test: this was already checked and handled a few linesDuncan Sands2012-02-05
* Fix a thinko pointed out by Eli and the buildbots.Duncan Sands2012-02-05
* Reduce the number of dom queries made by GVN's conditional propagationDuncan Sands2012-02-05
* Reduce the number of non-trivial domtree queries by about 1% whenDuncan Sands2012-02-05
* Persuade GCC that there is nothing worth warning about here (there isn't).Duncan Sands2012-02-05
* Don't initialize CV in terms of itself! Spotted by GCC.Duncan Sands2012-02-05
* Explain to the compiler why TargetAddr is not used uninitialized later.Duncan Sands2012-02-05
* Add additional documentation to the extract-and-trunc dagcombine optimization.Nadav Rotem2012-02-05
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Begin fleshing out more convenience predicates in llvm::Triple andChandler Carruth2012-02-05
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Simplify contains tests using 'count'.David Blaikie2012-02-05
* BBVectorize.cpp: Get rid of comparision to bool to fix a warning.NAKAMURA Takumi2012-02-05
* Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper2012-02-05
* Convert some assert(0) in default of switch statements to llvm_unreachable.Craig Topper2012-02-05
* Add target specific node for PMULUDQ. Change patterns to use it and custom lo...Craig Topper2012-02-05
* Improve the bitcode reader's handling of constant strings to useChris Lattner2012-02-05
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-05
* Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...Craig Topper2012-02-05
* Modified the Enhanced Disassembler to create andSean Callanan2012-02-04
* Drop the REDEF_BY_EC VNInfo flag.Jakob Stoklund Olesen2012-02-04
* Correctly terminate a physreg redefined by an early clobber.Jakob Stoklund Olesen2012-02-04
* Fix a leak!Nick Lewycky2012-02-04
* Don't store COPY pointers in VNInfo.Jakob Stoklund Olesen2012-02-04
* Boost the effective chain depth of loads and stores.Hal Finkel2012-02-04
* remove the blank line from previous ci.Qirun Zhang2012-02-04
* test commit.Qirun Zhang2012-02-04
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-04
* Move TargetPassConfig implementation into Passes.cppAndrew Trick2012-02-04
* Make TargetPassConfig an ImmutablePass so CodeGenPasses can query optionsAndrew Trick2012-02-04
* Object: avoid undefined behavior when bounds-checkingDylan Noblesmith2012-02-04
* Emit new property tag.Devang Patel2012-02-04
* Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel2012-02-04
* Introduce DIObjCProperty. This will be used to encode objective-c property.Devang Patel2012-02-04
* [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.Chad Rosier2012-02-04
* Add new tag and an attribute to support debug info for objective-c property.Devang Patel2012-02-03
* Trim headers.Jakob Stoklund Olesen2012-02-03
* Delete some dead code.Jakob Stoklund Olesen2012-02-03