summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* build/Make: Fix some missing dependencies on the llvm-build generation step.Daniel Dunbar2011-11-09
* Add comments.Benjamin Kramer2011-11-09
* Speculatively revert commit 144124 (djg) in the hope that the 32 bitDuncan Sands2011-11-09
* Add AVX2 support for vselect of v32i8Nadav Rotem2011-11-09
* Simplify code. No functionality change.Benjamin Kramer2011-11-09
* Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...Benjamin Kramer2011-11-09
* Minor fixes in Makefiles for the OCaml bindings:Wojciech Matyjewicz2011-11-09
* Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ...Craig Topper2011-11-09
* unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enabl...NAKAMURA Takumi2011-11-09
* Add instruction selection for AVX2 integer comparisons.Craig Topper2011-11-09
* Add AVX2 instruction lowering for add, sub, and mul.Craig Topper2011-11-09
* Don't forget to check FlagNW when determining whether an AddRecExpr will wrapNick Lewycky2011-11-09
* Remove extra ';'Devang Patel2011-11-09
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-09
* Enhance verifyLoop so that it can reliably verify that every block in a loop ...Eli Friedman2011-11-09
* Use isa<> instead of dyn_cast<> as suggested by Nick.John McCall2011-11-09
* Add support for encoding immediates in icmp and fcmp. Hopefully, this willChad Rosier2011-11-09
* Hide cpu name checking in ARMSubtarget.Evan Cheng2011-11-09
* Collapse DomainValues across loop back-edges.Jakob Stoklund Olesen2011-11-09
* Link to the live DomainValue after merging.Jakob Stoklund Olesen2011-11-09
* Object/COFF: Fix PE reading.Michael J. Spencer2011-11-08
* Track reference count independently from clear().Jakob Stoklund Olesen2011-11-08
* Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes2011-11-08
* Emit the compact unwind *if* we have a compact unwind encoding.Bill Wendling2011-11-08
* Call release() directly when cleaning up the remaining DomainValues.Jakob Stoklund Olesen2011-11-08
* Rename all methods to follow style guide.Jakob Stoklund Olesen2011-11-08
* Handle reference counts in one function: release().Jakob Stoklund Olesen2011-11-08
* Also add the linkage name to the name accelerator tables if it existsEric Christopher2011-11-08
* Add a hack to the scheduler to disable pseudo-two-address dependencies inDan Gohman2011-11-08
* Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l...Evan Cheng2011-11-08
* ARMFastISel doesn't support thumb1. Rename isThumb to isThumb2 to reflect this.Chad Rosier2011-11-08
* Fix code to match comment. Fixes PR11340, a regression from r143209.Eli Friedman2011-11-08
* Clear old DomainValue after merging.Jakob Stoklund Olesen2011-11-08
* MC/COFF: Correctly emit the size of an empty string table.Michael J. Spencer2011-11-08
* LICM pass now understands invariant load metadata. Nothing generates this ye...Pete Cooper2011-11-08
* Add the base ObjC method name to the names lookup table as well.Eric Christopher2011-11-08
* Adding test for machine-licm operating on invariant load instructionsPete Cooper2011-11-08
* Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported.Lang Hames2011-11-08
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-08
* A few more places where we can avoid multiple size queries.Eric Christopher2011-11-08
* Don't evaluate Data.size() on every iteration.Eric Christopher2011-11-08
* This patch handles unaligned loads and stores in Mips JIT. Mips backendBruno Cardoso Lopes2011-11-08
* PathProfiling.c: Get rid of using "inline". We may expect compiler shall opti...NAKAMURA Takumi2011-11-08
* Fix the printing of constants. Patch by Stepan Dyatkovskiy!John McCall2011-11-08
* Add Eero to the list of external projects.Bill Wendling2011-11-08
* PPCInstrInfo.cpp: Fix one "unused" warning.NAKAMURA Takumi2011-11-08
* runtime/libprofile/PathProfiling.c: Use __inline__ to appease clang -std=gnu8...NAKAMURA Takumi2011-11-08
* test/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtriple=x86_64-linux. Passi...NAKAMURA Takumi2011-11-08
* test/CodeGen/X86/vec_shuffle-38.ll: Relax expression for Win32 x64.NAKAMURA Takumi2011-11-08
* test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple=i686-linux. We may see...NAKAMURA Takumi2011-11-08