summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add missing staticJakob Stoklund Olesen2012-02-24
* Fix undefined behavior.Ahmed Charles2012-02-24
* Thumb2 asm aliases for wide bitwise w/ immediate instructions.Jim Grosbach2012-02-24
* fix PR12075, a regression in a recent transform I added. In unreachable code...Chris Lattner2012-02-24
* Add WIN_FTOL_* psudo-instructions to model the unique calling conventionMichael J. Spencer2012-02-24
* Add a -stress-regalloc=<N> option.Jakob Stoklund Olesen2012-02-24
* X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel2012-02-24
* Don't crash when a glue node contains an internal CopyToRegHal Finkel2012-02-24
* Teach GVN that x+y is the same as y+x and that x<y is the same as y>x.Duncan Sands2012-02-24
* SDAGBuilder: Remove register sets that were never read and prune dead code su...Benjamin Kramer2012-02-24
* Remove dead code.Richard Osborne2012-02-24
* Workaround a miscompilation by gcc-4.3 that showed up as a failureDuncan Sands2012-02-24
* ScheduleDAGInstrs.h:155: warning: suggest parentheses around `&&' within `||'.Nick Lewycky2012-02-24
* PostRA sched: speed up physreg tracking by not abusing SparseSet.Andrew Trick2012-02-24
* ARM Thumb symbol references in assembly need the low bit set.Jim Grosbach2012-02-24
* Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...Pete Cooper2012-02-24
* comment fixJia Liu2012-02-24
* some comment fixJia Liu2012-02-24
* comment fixJia Liu2012-02-24
* replace a balnk with -Jia Liu2012-02-24
* If the Address of a variable is an argument then treat the entireEric Christopher2012-02-24
* Tabs, formatting and long lines oh my!Eric Christopher2012-02-24
* 80 columns of Mips InstPrinter MakefileJia Liu2012-02-24
* Switch ARM target to register masks.Jakob Stoklund Olesen2012-02-24
* Make sure the regs are low regs for tMUL size reduction.Jim Grosbach2012-02-24
* Thumb2 size reduction fix for tied operands of tMUL.Jim Grosbach2012-02-24
* EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...NAKAMURA Takumi2012-02-24
* EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...NAKAMURA Takumi2012-02-24
* When emitting a cmp with 0 for a lowered select, mask out the highDan Gohman2012-02-24
* Allow an integer to be converted into an MMX type when it's used in an inlineBill Wendling2012-02-23
* Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!Michael J. Spencer2012-02-23
* Bump SmallString to the minimum required amount for raw_ostream to avoid allo...Benjamin Kramer2012-02-23
* MCize function entry label emission on PowerPC64 properly.Roman Divacky2012-02-23
* BitVectorize loop.Benjamin Kramer2012-02-23
* post-ra-sched: Turn the KillIndices vector into a bitvector, it only stored t...Benjamin Kramer2012-02-23
* post-ra-sched: Replace a std::set of regs with a bitvector.Benjamin Kramer2012-02-23
* Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby2012-02-23
* Fix the numbering of some of the registers and reclassify a couple of them.Brendon Cahoon2012-02-23
* Make calls scheduling boundaries post-ra.Jakob Stoklund Olesen2012-02-23
* Reflow code, no functionality change.Benjamin Kramer2012-02-23
* Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...Benjamin Kramer2012-02-23
* Remove unused variable.Duncan Sands2012-02-23
* Fix to make sure that a comdat group gets generated correctly for a static me...Anton Korobeynikov2012-02-23
* Update for the removal of Hashing.cpp.Jay Foad2012-02-23
* Reinstate r151049 now that GeneralHash is fixed.Jay Foad2012-02-23
* The implementation of GeneralHash::addBits broke C++ aliasing rules; fixJay Foad2012-02-23
* GCC fails to understand that NextBB is always initialized if EvaluateBlockDuncan Sands2012-02-23
* Fix typo.Rafael Espindola2012-02-23
* More newline cleanups.Eric Christopher2012-02-23
* Add some handy-dandy newlines.Eric Christopher2012-02-23