aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support to encode function's template parameters.Devang Patel2011-04-055-7/+27
* Give RSBS and RSCS the pseudo treatment.Owen Anderson2011-04-052-64/+38
* ARM disassembler was erroneously accepting an invalid RSC instruction.Johnny Chen2011-04-052-0/+15
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-059-904/+3
* docs/ReleaseNotes.html: Please use proper *Heading* elements instead of class...NAKAMURA Takumi2011-04-051-61/+61
* ARM disassembler was erroneously accepting an invalid LSL instruction.Johnny Chen2011-04-052-0/+13
* Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doi...Owen Anderson2011-04-053-80/+76
* remove graphprinter support for domfrontier.Chris Lattner2011-04-053-14/+5
* These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen2011-04-055-19/+14
* Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.Jakob Stoklund Olesen2011-04-0511-1/+24
* only 7 more weeks to go.Chris Lattner2011-04-051-5/+48
* Refactor.Devang Patel2011-04-052-15/+21
* Document llvm/ADT/IntEqClasses.h in ProgrammersManual.htmlJakob Stoklund Olesen2011-04-051-0/+21
* Add an assertion instead of crashing when the scavenger goes past the endBob Wilson2011-04-051-1/+2
* Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky2011-04-052-14/+14
* The r128085 checkin modified the operand ordering for MRC/MRC2 instructions.Johnny Chen2011-04-052-7/+22
* Add support for detection of Intel SandyBridge.Roman Divacky2011-04-051-0/+2
* Fix one more batch of X86 tests to be register allocation dependent.Jakob Stoklund Olesen2011-04-059-2797/+2811
* When dead code elimination removes all but one use, try to fold the single de...Jakob Stoklund Olesen2011-04-053-0/+56
* Do not emit empty name.Devang Patel2011-04-051-1/+2
* ARM disassembler should flag (rGPRRegClassID, r13|r15) as an error.Johnny Chen2011-04-053-6/+15
* Fix a typo.Andrew Trick2011-04-051-1/+1
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-054-41/+436
* LDRD now prints out two dst registers.Johnny Chen2011-04-051-1/+1
* Fix test-llvm failures.Johnny Chen2011-04-056-13/+13
* whitespaceAndrew Trick2011-04-052-10/+10
* An MCDisassembler has the option to not implementShantonu Sen2011-04-051-2/+4
* Make second source operand of LDRD pre/post explicit.Jim Grosbach2011-04-052-8/+28
* more notes to self.Chris Lattner2011-04-051-6/+59
* Constants with multiple encodings (ARM):Johnny Chen2011-04-053-8/+9
* Check for invalid register encodings for UMAAL and friends where:Johnny Chen2011-04-052-2/+60
* Convert ADCS and SBCS instructions into pseudos that are expanded to the ADC/...Owen Anderson2011-04-052-41/+56
* ARM doesn't support byval yet. XFAIL this test until it does.Stuart Hastings2011-04-051-0/+1
* Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes2011-04-055-7/+7
* Ensure all defs referring to a virtual register are marked dead by addRegiste...Jakob Stoklund Olesen2011-04-052-8/+7
* Print visibility info for external variables.Rafael Espindola2011-04-052-12/+17
* Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...Jakob Stoklund Olesen2011-04-053-54/+31
* InstCombine optimizes gep(bitcast(x)) even when the bitcasts casts away addressNadav Rotem2011-04-052-8/+27
* docs/ReleaseNotes.html: Add a few notes to MCCOFF and x64. FIXME: fixme!NAKAMURA Takumi2011-04-051-8/+22
* docs/GettingStarted.html: FIXME: dg, lit, and source tree layout.NAKAMURA Takumi2011-04-051-0/+10
* add a bunch of notes to myself, this is not intended to be gramatic orChris Lattner2011-04-051-40/+82
* Stop precomputing last split points, query the SplitAnalysis cache on demand.Jakob Stoklund Olesen2011-04-053-21/+17
* Cache the fairly expensive last split point computation and provide a fastJakob Stoklund Olesen2011-04-053-14/+58
* Revamp the SjLj "dispatch setup" intrinsic.Bill Wendling2011-04-055-14/+11
* Fix up testcase for previous commit.Eric Christopher2011-04-051-1/+1
* Just use BL all the time. It's safer that way.Eric Christopher2011-04-051-9/+1
* Revert 123704; it broke threaded LLVM.Stuart Hastings2011-04-051-9/+15
* Fix register-dependent X86 tests.Jakob Stoklund Olesen2011-04-0530-76/+96
* Fix SRS/SRSW encoding bits.Johnny Chen2011-04-053-0/+28
* A8.6.105 MULJohnny Chen2011-04-041-1/+3