summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseB...Jakob Stoklund Olesen2009-11-221-2/+8
* Update doc re: LLVM_BUILD_EXAMPLES.Daniel Dunbar2009-11-221-1/+1
* Use ExtractElementInst::Create instead of new; patch by Artur Pietrek!Daniel Dunbar2009-11-221-1/+1
* add fixme for dubious code. Duncan, what do you think?Chris Lattner2009-11-221-0/+1
* remove a silly condition that doesn't make a lot of sense anymore.Chris Lattner2009-11-222-5/+17
* reduce indentation, no functionality change.Chris Lattner2009-11-221-85/+91
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-229-95/+1
* Miss two, PR5307.Edward O'Callaghan2009-11-222-6/+30
* Convert Thumb2 tests to FileCheck for PR5307.Edward O'Callaghan2009-11-2212-26/+130
* Turns out stuff gets allocated to different registers depending on the subtar...Benjamin Kramer2009-11-221-1/+1
* Convert ARM tests to FileCheck for PR5307.Edward O'Callaghan2009-11-227-35/+137
* Convert test to FileCheck.Benjamin Kramer2009-11-221-2/+6
* Forgot to alter RUN line when converting to FileCheck.Edward O'Callaghan2009-11-221-1/+1
* Fix for bad FileCheck converts in revision 89584.Edward O'Callaghan2009-11-223-24/+23
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-11-2211-27/+67
* Fix whitespace.Bob Wilson2009-11-223-288/+267
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-222-8/+30
* Remove dead code. While there, also turn a few 'T* ' into 'T *' to match theNick Lewycky2009-11-221-8/+4
* Generate more correct debug info for frame indices.Jim Grosbach2009-11-222-35/+53
* Minor optimization: when doing eq/ne comparions and RHS is a constant - swap ...Anton Korobeynikov2009-11-221-0/+8
* Drop unsupported imm operandsAnton Korobeynikov2009-11-221-31/+0
* Use 2-byte alignment for functions. 4 bytes are clear overkill here.Anton Korobeynikov2009-11-221-1/+1
* Use semicolon as assembler comment stringAnton Korobeynikov2009-11-221-0/+1
* Revert 89562. We're being sneakier than I was giving us credit for, and thisJim Grosbach2009-11-216-10/+3
* remove trailing whitespaceJim Grosbach2009-11-211-39/+39
* Fix some spelling in comments.Bob Wilson2009-11-212-4/+4
* Avoid a redundant assertion.Bob Wilson2009-11-211-2/+1
* Darwin requires a frame pointer for all non-leaf functions to support correctJim Grosbach2009-11-216-3/+10
* Add predicate operand to NEON instructions. Fix lots (but not all) 80 col vio...Evan Cheng2009-11-216-297/+414
* Allow target to disable if-converting predicable instructions. e.g. NEON inst...Evan Cheng2009-11-212-1/+8
* Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel2009-11-215-536/+539
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-2113-96/+1
* Maintain stylistic consistency.Evan Cheng2009-11-211-1/+3
* Don't leave temporary files in the test directory.Jakob Stoklund Olesen2009-11-211-2/+2
* Be more clever about calculating live variables through new basic blocks.Jakob Stoklund Olesen2009-11-214-48/+49
* Allow SmallString to implicitly convert to StringRef.Daniel Dunbar2009-11-211-1/+4
* Add more optimizations for object size checking, enable handling ofEric Christopher2009-11-211-35/+144
* Remove dead code.Devang Patel2009-11-211-15/+0
* When generating a vector the really slow way, via loadsDale Johannesen2009-11-212-3/+46
* There is no need to use FoldingSet to unique DIEs. Devang Patel2009-11-214-309/+58
* Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...Viktor Kutuzov2009-11-213-3/+44
* Restructure code to allow renaming of multiple-register groups for anti-dep b...David Goodwin2009-11-202-45/+74
* Enable hoisting load from constant memories.Evan Cheng2009-11-204-30/+13
* Fix a thinko that caused spurious @GOTOFFs.Dan Gohman2009-11-201-2/+2
* Update for new getBlockAddress signature.Dan Gohman2009-11-201-2/+2
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-2016-35/+93
* Recommitting PALIGNR shift width fixes.Sean Callanan2009-11-203-13/+13
* Remove an incorrect overaggressive optimizationDale Johannesen2009-11-202-5/+31
* Reverting PALIGNR fix until I figure out how thisSean Callanan2009-11-203-13/+13
* Fixed PALIGNR to take 8-bit rotations in all cases.Sean Callanan2009-11-203-13/+13