aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Testcase for commit 149833 (use of an uninitialized variable noticedDuncan Sands2012-02-051-0/+6
* Fix a thinko pointed out by Eli and the buildbots.Duncan Sands2012-02-051-1/+1
* Reduce the number of dom queries made by GVN's conditional propagationDuncan Sands2012-02-052-50/+9
* Reduce the number of non-trivial domtree queries by about 1% whenDuncan Sands2012-02-051-15/+17
* Persuade GCC that there is nothing worth warning about here (there isn't).Duncan Sands2012-02-056-5/+7
* Don't initialize CV in terms of itself! Spotted by GCC.Duncan Sands2012-02-051-4/+4
* Explain to the compiler why TargetAddr is not used uninitialized later.Duncan Sands2012-02-051-2/+2
* Add additional documentation to the extract-and-trunc dagcombine optimization.Nadav Rotem2012-02-051-3/+8
* Testing vector code without sse doesn't make much sense.Benjamin Kramer2012-02-051-1/+1
* Fix typo and broken linkEli Bendersky2012-02-051-2/+2
* Add missing parenEli Bendersky2012-02-051-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-0513-46/+41
* Begin fleshing out more convenience predicates in llvm::Triple andChandler Carruth2012-02-052-31/+41
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-0519-41/+41
* Simplify contains tests using 'count'.David Blaikie2012-02-051-2/+1
* BBVectorize.cpp: Get rid of comparision to bool to fix a warning.NAKAMURA Takumi2012-02-051-1/+1
* Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper2012-02-058-22/+20
* Convert some assert(0) in default of switch statements to llvm_unreachable.Craig Topper2012-02-051-10/+7
* Add target specific node for PMULUDQ. Change patterns to use it and custom lo...Craig Topper2012-02-054-69/+69
* Improve the bitcode reader's handling of constant strings to useChris Lattner2012-02-051-22/+6
* Add a test for the miscompilation my recent ConstantDataArray patches introdu...Chris Lattner2012-02-051-0/+13
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-0519-540/+277
* Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...Craig Topper2012-02-053-275/+0
* Modified the Enhanced Disassembler to create andSean Callanan2012-02-043-31/+40
* Drop the REDEF_BY_EC VNInfo flag.Jakob Stoklund Olesen2012-02-044-51/+2
* Correctly terminate a physreg redefined by an early clobber.Jakob Stoklund Olesen2012-02-041-1/+1
* Fix a leak!Nick Lewycky2012-02-041-0/+2
* Don't store COPY pointers in VNInfo.Jakob Stoklund Olesen2012-02-049-119/+52
* Boost the effective chain depth of loads and stores.Hal Finkel2012-02-042-0/+32
* remove the blank line from previous ci.Qirun Zhang2012-02-041-1/+0
* test commit.Qirun Zhang2012-02-041-0/+1
* autoconf: put generated clang files in build dirDylan Noblesmith2012-02-042-6/+11
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-0426-192/+200
* Move TargetPassConfig implementation into Passes.cppAndrew Trick2012-02-042-305/+312
* Make TargetPassConfig an ImmutablePass so CodeGenPasses can query optionsAndrew Trick2012-02-045-17/+48
* cmake: update outdated CPack version infoDylan Noblesmith2012-02-041-2/+2
* Object: avoid undefined behavior when bounds-checkingDylan Noblesmith2012-02-041-8/+22
* autoconf: fix clang detectionDylan Noblesmith2012-02-042-2/+2
* Emit new property tag.Devang Patel2012-02-041-1/+29
* Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel2012-02-043-3/+16
* Introduce DIObjCProperty. This will be used to encode objective-c property.Devang Patel2012-02-044-0/+72
* [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.Chad Rosier2012-02-042-2/+46
* Update to the new EH system...remove OLD EH code.Bill Wendling2012-02-041-88/+4
* Drop ZeroIndex and InvalidIndex.Jakob Stoklund Olesen2012-02-042-13/+0
* Add new tag and an attribute to support debug info for objective-c property.Devang Patel2012-02-032-0/+4
* Trim headers.Jakob Stoklund Olesen2012-02-031-8/+0
* Delete some dead code.Jakob Stoklund Olesen2012-02-032-8/+0
* [fast-isel] Add support for URem.Chad Rosier2012-02-031-8/+10
* Handle register mask operands in setPhysRegsDeadExcept().Jakob Stoklund Olesen2012-02-032-0/+15
* [fast-isel] Rename isZExt to isSigned. No functional change intended.Chad Rosier2012-02-031-13/+14