summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add info on where to get 2.9 final svn sources.Bill Wendling2011-04-041-0/+1
* RFE encoding should also specify the "should be" encoding bits.Johnny Chen2011-04-043-28/+49
* Add missing file from r128851.Jim Grosbach2011-04-041-0/+58
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-045-25/+64
* Make OpcodeMask an unsigned long long literal to deal with overflow.Joerg Sonnenberger2011-04-041-1/+1
* Allow coalescing with reserved physregs in certain cases:Jakob Stoklund Olesen2011-04-045-118/+14
* Extract physreg joining policy to a separate method.Jakob Stoklund Olesen2011-04-042-53/+60
* Fix incorrect alignment for NEON VST2b32_UPD.Johnny Chen2011-04-042-7/+135
* Update BreakpointPrinter to emit original function names only. Devang Patel2011-04-041-15/+31
* Insert code in the right location when lowering PowerPC atomics.Jakob Stoklund Olesen2011-04-041-2/+4
* Disable the PowerPC/Atomics-64 test.Jakob Stoklund Olesen2011-04-041-2/+8
* Remove unused function.Eric Christopher2011-04-041-21/+0