summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Fix comment.Eric Christopher2010-12-08
* Trim includes.Jakob Stoklund Olesen2010-12-08
* Add support to create debug info for functions and methods.Devang Patel2010-12-08
* Tweak ARM fixup value adjustments for Thumb to better handle the half-wordJim Grosbach2010-12-08
* Add support to create class type.Devang Patel2010-12-08
* Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick2010-12-08
* Improve comment.Owen Anderson2010-12-08
* Add initializer.Jim Grosbach2010-12-08
* Add comments.Evan Cheng2010-12-08
* Stub out RegAllocGreedy.Jakob Stoklund Olesen2010-12-08
* Add support for loading from a constant pool.Bill Wendling2010-12-08
* Add support to create vector, array, enums etc...Devang Patel2010-12-08
* Let target asm backends see assembler flags as they go by. Use that to handleJim Grosbach2010-12-08
* Move RABasic::addMBBLiveIns to the base class, it is generally useful.Jakob Stoklund Olesen2010-12-08
* Simplify the byte reordering logic slightly.Owen Anderson2010-12-08
* VLDR fixups need special handling under Thumb. While the encoding is the same,Owen Anderson2010-12-08
* Global variable does not need linkage name.Devang Patel2010-12-08
* Add support to create local variable's debug info.Devang Patel2010-12-07
* Layout each section independently. With the testcase in PR8711:Rafael Espindola2010-12-07
* Fix a warning about a variable which is only used in an assertion.Matt Beaumont-Gay2010-12-07
* Add support to create variables, structs etc.. using DIBuilder.Devang Patel2010-12-07
* Switch LiveIntervalUnion from std::set to IntervalMap.Jakob Stoklund Olesen2010-12-07
* Cleanup in the Darwin end. No functionality change.Bill Wendling2010-12-07
* Fix a bad prologue / epilogue codegen bug where the compiler would emit illegalEvan Cheng2010-12-07
* A bit of cleanup: early exit ApplyFixup and cache the Fixup offset. NoBill Wendling2010-12-07
* Binary encoding for ARM tLDRspi and tSTRspi.Jim Grosbach2010-12-07
* Fix Thumb2 encoding of the S bit.Owen Anderson2010-12-07
* Refactor the ARM CMPz* patterns to just use the normal CMP instructions whenJim Grosbach2010-12-07
* Code clean up; no functionality change.Evan Cheng2010-12-07
* Code clean up; no functionality change.Evan Cheng2010-12-07
* Remove the code from Function::dropAllReferences which replacedDan Gohman2010-12-07
* Remove target specific node MipsISD::CMov, which is not used because all cond...Bruno Cardoso Lopes2010-12-07
* Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes2010-12-07
* Simplify assertion.Jakob Stoklund Olesen2010-12-07
* Support: Remove Alarm. It is unused (via local grep and google code search).Michael J. Spencer2010-12-07
* Support/PathV2: Remove const from bool return types.Michael J. Spencer2010-12-07
* Encode the literal field for tCMPzi instruction.Jim Grosbach2010-12-07
* Fix absolute recording of differences of symbols in two sections. Reduced fro...Rafael Espindola2010-12-07
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-07
* build: Go back to dropping __eprintf reference when building with Clang, seeDaniel Dunbar2010-12-07
* Add parens to pacify gcc.Benjamin Kramer2010-12-07
* Remove some dead code from the jump threading pass.Frits van Bommel2010-12-07
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-07
* Don't leak the mutex when loading dynamic libraries.Owen Anderson2010-12-07
* Fix relocations with weak definitions.Rafael Espindola2010-12-07
* reapply r121100 with a tweak to constant fold ConstExprs with TargetDataChris Lattner2010-12-07
* Support/PathV2: Cleanup separator handling.Michael J. Spencer2010-12-07
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-07
* Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer2010-12-07
* Fix pcrel relocations that cross sections.Rafael Espindola2010-12-07