summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Preserve subregs on PHI source operands. Patch by Krister Wombell!Jakob Stoklund Olesen2010-08-18
* Fix a bug with insertelement on SPU. Kalle Raiskila2010-08-18
* Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila2010-08-18
* Change SPU C calling convention to match that described in Kalle Raiskila2010-08-18
* fix PR7589: In brief:Chris Lattner2010-08-18
* Fix PR7755: knowing something about an inval for a predChris Lattner2010-08-18
* fit in 80 colsChris Lattner2010-08-18
* remove some dead code.Chris Lattner2010-08-18
* remove some dead code.Chris Lattner2010-08-18
* remove some code that is dead now that lea's are modeled with segment registers.Chris Lattner2010-08-18
* remove dead prototype.Chris Lattner2010-08-18
* Expand ZERO_EXTEND operations for NEON vector types.Bob Wilson2010-08-18
* Revert r111321. This doesn't fix a problem.Dan Gohman2010-08-18
* stomp some more undefined behavior, PR7775.Chris Lattner2010-08-18
* include config.h to get config params, hopefully unbreaking mingw builder.Chris Lattner2010-08-17
* Fix the rest of rdar://8318441 which happens when a raw_fd_ostreamChris Lattner2010-08-17
* report_fatal_error can't use errs(), because errs() can call Chris Lattner2010-08-17
* Temporarily revert r110987 as it's causing some miscompares inEric Christopher2010-08-17
* Tweak IVUsers' concept of "interesting" to exclude add recurrencesDan Gohman2010-08-17
* Add materialization of virtual base registers for frame indices allocated intoJim Grosbach2010-08-17
* CrashRecovery: Clear the current context on the first crash, to avoid re-ente...Daniel Dunbar2010-08-17
* CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar2010-08-17
* CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar2010-08-17
* Make fast scheduler handle asm clobbers correctly.Dale Johannesen2010-08-17
* Revert part of one of the prev. patches - tailjmp will follow later.Anton Korobeynikov2010-08-17
* More fixes for win64:Anton Korobeynikov2010-08-17
* Enable more win64 calls folding opportunities.Anton Korobeynikov2010-08-17
* PHI elimination shouldn't require machineloopinfo since it's used at -O0. Mov...Evan Cheng2010-08-17
* Machine CSE preserves CFG. Pass manager was freeing machineloopinfo after mac...Evan Cheng2010-08-17
* Don't call tablegen'ed Predicate_* functions in the ARM target.Jakob Stoklund Olesen2010-08-17
* silence warningJim Grosbach2010-08-17
* Remove dead code. Fixes a GCC warning.Benjamin Kramer2010-08-17
* 80 column cleanup.Jim Grosbach2010-08-17
* Sketch i386 relocations handling, from Roman Divacky.Benjamin Kramer2010-08-17
* Don't call Predicate_* methods directly from Sparc target.Jakob Stoklund Olesen2010-08-17
* Add hook to examine an instruction referencing a frame index to determineJim Grosbach2010-08-17
* explicitly handle no-op cases for clarity. Fixes clang warning.Jim Grosbach2010-08-17
* Use the correct entry size for relocation entries, from Roman Divacky.Benjamin Kramer2010-08-17
* 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
* 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
* Fix failure of unittests/ExecutionEngine/JIT/MultiJITTest.cpp onChris Lattner2010-08-17
* Allow more cases of undef shuffle indices and add tests for them.Bob Wilson2010-08-17