aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Testcase for r151691.Bill Wendling2012-02-291-0/+19
* Restrict this transformation to equality conditions.Bill Wendling2012-02-291-1/+1
* Add an analyzeVirtReg() function.Jakob Stoklund Olesen2012-02-292-0/+66
* Make MemoryObject accessor members const againDerek Schuff2012-02-2916-63/+64
* Support/PathV2: Fix namespace qualifier in make_absolute(), for Win32.Daniel Dunbar2012-02-291-1/+1
* Move the operand iterator into MachineInstrBundle.h where it belongs.Jakob Stoklund Olesen2012-02-293-71/+113
* Support/PathV2: Fix make_absolute() to match is_absolute() and not expect toDaniel Dunbar2012-02-291-2/+6
* Fix some stray semi-colons.Daniel Dunbar2012-02-291-3/+3
* Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcodeDerek Schuff2012-02-292-4/+12
* [PathV2] Fix bug in relative_path.Michael J. Spencer2012-02-291-1/+1
* ARM implement TargetInstrInfo::getNoopForMachoTarget()Jim Grosbach2012-02-289-1/+66
* Instructions inside a bundle have the same number as the bundle itself.Jakob Stoklund Olesen2012-02-281-2/+6
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-289-152/+74
* Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola2012-02-2811-18/+36
* Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit::getUselessVRegs. TheseLang Hames2012-02-284-31/+10
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-285-12/+106
* Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth2012-02-289-30/+12
* ARM vbit/vbif/vbsl assembly optional size suffix.Jim Grosbach2012-02-281-0/+14
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-2835-79/+217
* Fix off-by one in comment.Benjamin Kramer2012-02-281-1/+1
* Properly MCize the section switch, removing a FIXME.Roman Divacky2012-02-281-2/+4
* LegalizeIntegerTypes: Reenable the large shift with small amount optimization.Benjamin Kramer2012-02-283-30/+77
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-2836-247/+79
* Remove stray semi-colon.Daniel Dunbar2012-02-281-1/+1
* Code cleanup following CR by Duncan.Nadav Rotem2012-02-281-5/+3
* Fix a bug in the code that builds SDNodes from vector GEPs.Nadav Rotem2012-02-282-17/+32
* remove blanks, and some code formatJia Liu2012-02-2834-156/+156
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-2836-79/+247
* Convert generated intrinsic attributes to use an array lookup as Chris sugges...Craig Topper2012-02-281-18/+26
* Reverted r152620 - DSE: Shorten memset when a later store overwrites the star...Pete Cooper2012-02-282-137/+2
* DSE: Shorten memset when a later store overwrites the start of itPete Cooper2012-02-282-2/+137
* Oops...Don't commit the other stuff..Bill Wendling2012-02-281-44/+29
* Modify comment to reflect the importance of this code.Bill Wendling2012-02-281-29/+44
* Add comments.Akira Hatanaka2012-02-281-0/+4
* Do not reserve $gp as a dedicated global base register if the target ABI is n...Akira Hatanaka2012-02-281-1/+2
* Strip extraneous information, if present, from the linker version string onCharles Davis2012-02-282-2/+2
* Add support for floating point base register + offset register addressing modeAkira Hatanaka2012-02-288-4/+217
* Handle regmasks in MachineCSE.Jakob Stoklund Olesen2012-02-282-0/+37
* Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola2012-02-289-12/+30
* Handle regmasks in the machine code verifier.Jakob Stoklund Olesen2012-02-281-0/+15
* Enable ARM base pointer when calling functions with large arguments.Jakob Stoklund Olesen2012-02-284-5/+73
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-2811-23/+168
* Fix 80-column violation.Chad Rosier2012-02-281-2/+2
* Allow llvm-stress to optionally generate the other floating-point types (half...Hal Finkel2012-02-271-14/+40
* Add back removed code. It still causes LLVM to miscompile. But not having it ...Bill Wendling2012-02-272-3/+30
* This patch adds instruction latencies for the SSE instructionsPreston Gurd2012-02-273-728/+1697
* test commit.Preston Gurd2012-02-271-1/+1
* Duncan pointed out that if the alignment isn't explicitly specified, it defau...Eli Friedman2012-02-272-5/+5
* Delete incorrect reference to inexistent Hexagon architecture manuals.Evandro Menezes2012-02-271-3/+0
* Don't use #if 0. Just remove until I can address this.Bill Wendling2012-02-271-35/+0