summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Move the decision logic whether it's a good idea to split a critical edge to ...Evan Cheng2010-08-17
* When rotating loops, put the original header at the bottom of theDan Gohman2010-08-17
* remove trailing whitespaceJim Grosbach2010-08-17
* Differentiate between RELA and REL relocations, from Roman Divacky.Benjamin Kramer2010-08-17
* Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoidBob Wilson2010-08-17
* Fix debug message.Evan Cheng2010-08-17
* add some  's to a pre to avoid newlines being eaten Chris Lattner2010-08-17
* Use the getUniquePredecessor() utility function, instead of doingDan Gohman2010-08-17
* One baby step towards i386 ELF, from Roman Divacky.Benjamin Kramer2010-08-17
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-17
* When creating a JIT, try to load the program so that we can resolve symbolsNick Lewycky2010-08-17
* Revert r111230, we have to find a better place for the host-specific code.Benjamin Kramer2010-08-17
* Fix failure of unittests/ExecutionEngine/JIT/MultiJITTest.cpp onChris Lattner2010-08-17
* Micro-optimize MCObjectWriter to do a byteswap if necessary and then write theBenjamin Kramer2010-08-17
* There is this new "LLVM" compiler that supports __builtin_bswap but thinks it...Benjamin Kramer2010-08-17
* Allow more cases of undef shuffle indices and add tests for them.Bob Wilson2010-08-17
* Add an option to disable codegen prepare critical edge splitting. In theory, ...Evan Cheng2010-08-17
* Fix typo.Eric Christopher2010-08-17
* Copy over some overridden MI wrappers for ARM fast-isel. This is whereEric Christopher2010-08-17
* PHI elimination should not break back edge. It can cause some significant cod...Evan Cheng2010-08-17
* Remove predicate workaround, we're going to require that predicateEric Christopher2010-08-17
* Make arm fast-isel possible to enable via command line.Eric Christopher2010-08-17
* Try to silence a overeager GCC warning.Benjamin Kramer2010-08-17
* A round of minor cleanups for ELFObjectWriter.Benjamin Kramer2010-08-17
* Add a testcase for svn 111208.Bob Wilson2010-08-16
* Fix another iterator invalidation that caused a *really* nasty miscompilation...Owen Anderson2010-08-16
* Ignore undef shuffle indices when checking for a VTRN shuffle. Radar 8290937.Bob Wilson2010-08-16
* tidy up. remove unused local.Jim Grosbach2010-08-16
* Silence warnings and simplify code. Eliminate a 32/64 bit portability issue.Benjamin Kramer2010-08-16
* The plural of analysis is analyses.Dan Gohman2010-08-16
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-16
* Better handle alignment requirements for local objects in pre-regalloc frameJim Grosbach2010-08-16
* Generalize a pattern for PKHTB: an SRL of 16-31 bits will guaranteeBob Wilson2010-08-16
* Convert test to FileCheck.Bob Wilson2010-08-16
* Make some of PMTopLevelManager's members non-public. In particular,Dan Gohman2010-08-16
* Remove redundant inline keywords.Dan Gohman2010-08-16
* Eliminate the TopLevelManagerType enum; instead, just makeDan Gohman2010-08-16
* Comment out some broken/unused/useless instructions which mess up disassembly.Eli Friedman2010-08-16
* Fixes for generation of ELF relocations. Patch by Roman Divacky.Eli Friedman2010-08-16
* Don't attempt to SimplifyShortMoveForm in 64-bit mode.Eli Friedman2010-08-16
* Until uleb/sleb are MC-ized, add a hack to make them work with ELF objectEli Friedman2010-08-16
* Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter.Eli Friedman2010-08-16
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-16
* Hookup ELF support for X86.Matt Fleming2010-08-16
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-16
* Layout helper function.Matt Fleming2010-08-16
* Record a symbol's size which is needed for ELF symbol tables.Matt Fleming2010-08-16
* ELF entry size support.Matt Fleming2010-08-16
* Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson2010-08-16
* Partially revert r111155. It looks like MSVC is calling an operator<() thatJakob Stoklund Olesen2010-08-16