summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added my name to CREDITS.TXTNadav Rotem2011-10-22
* Move various generated tables into read-only memory, fixing up const correctn...Benjamin Kramer2011-10-22
* Fix pr11193.Nadav Rotem2011-10-22
* The different flavors of ARM have different valid subsets of registers. CheckBill Wendling2011-10-22
* Assembly parsing for 4-register sequential variant of VLD2.Jim Grosbach2011-10-21
* Assembly parsing for 2-register sequential variant of VLD2.Jim Grosbach2011-10-21
* Make sure that the landing pads themselves have no PHI instructions in them.Bill Wendling2011-10-21
* Extend the floating point heuristic to consider NaN checks unlikely.Benjamin Kramer2011-10-21
* Revert r141657 for now. This has broken css and changed links on llvm.org. I'...Tanya Lattner2011-10-21
* Remap blockaddress correctly when inlining a function. Fixes PR10162.Eli Friedman2011-10-21
* Use LLVMBool for a function that logically returns a boolean value.Owen Anderson2011-10-21
* Assembly parsing for 4-register variant of VLD1.Jim Grosbach2011-10-21
* Fix typo.Owen Anderson2011-10-21
* BranchProbabilityInfo: floating point equality is unlikely.Benjamin Kramer2011-10-21
* Assembly parsing for 3-register variant of VLD1.Jim Grosbach2011-10-21
* STABS symbols are debug symbols.Owen Anderson2011-10-21
* Minor simplification: use ShuffleVectorInst::getMaskValue instead of a more e...Eli Friedman2011-10-21
* Extend instcombine's shufflevector simplification to handle more cases where ...Eli Friedman2011-10-21
* ARM VLD parsing and encoding.Jim Grosbach2011-10-21
* Don't automatically set the "fc" bits on MSR instructions if the user didn't ...Owen Anderson2011-10-21
* Bind libObject API for obtaining the section containing a Symbol.Owen Anderson2011-10-21
* Expand the coverage of the libObject C bindings to include more SectionRef ac...Owen Anderson2011-10-21
* Fix pr11194. When promoting and splitting integers we need to useNadav Rotem2011-10-21
* Nuke an #if0 that got accidentally left in.Jim Grosbach2011-10-21
* whitespace.Jim Grosbach2011-10-21
* Don't hard code the desired alignment for loops -- it isn't 16-bytes onChandler Carruth2011-10-21
* Remove some outdated comments.Jim Grosbach2011-10-21
* 1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...Nadav Rotem2011-10-21
* Ensure timestamps are not embedded into files when doing a release build.Duncan Sands2011-10-21
* Fix build on mingw-w64.Anton Korobeynikov2011-10-21
* Add loop aligning to MachineBlockPlacement based on review discussion soChandler Carruth2011-10-21
* Add a very basic test for MachineBlockPlacement. This is essentially theChandler Carruth2011-10-21
* Modify the script to output the regressions and passes into categories. My Py...Bill Wendling2011-10-21
* Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...Craig Topper2011-10-21
* Implement a block placement pass based on the branch probability andChandler Carruth2011-10-21
* Check for divide by zero.Bill Wendling2011-10-21
* Remove a now dead function, fixing -Wunused-function warnings fromChandler Carruth2011-10-21
* Fix unused variable warning.Richard Smith2011-10-21
* Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson2011-10-20
* Fix decoding tests for fixed MSR encodings.Owen Anderson2011-10-20
* Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly ...David Meyer2011-10-20
* Fix tests for corrected MSR encodings.Owen Anderson2011-10-20
* Disable the PPC hazard recognizer. It currently only supportsDan Gohman2011-10-20
* Delete the list-tdrr scheduler. Top-down schedulers are going awayDan Gohman2011-10-20
* Separate out ARM MSR instructions into M-class versions and AR-class versions...Owen Anderson2011-10-20
* Add missing operand. <rdar://problem/10313323>Bill Wendling2011-10-20
* Also compare the built dragonegg objects between phases 2 and 3.Duncan Sands2011-10-20
* Reset the system compiler each time we start a new flavour. OtherwiseDuncan Sands2011-10-20
* Haven't yet found a nice way to handle TargetData verification in theLang Hames2011-10-20
* Revert r142579, "Fix a type in the legalization of CONCAT_VECTORS". This is Chad Rosier2011-10-20