summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* another fix to my previous commit:Gabor Greif2009-01-05
* Fix misplaced right parentheses.Evan Cheng2009-01-05
* eliminate tabs from my previous commitGabor Greif2009-01-05
* Get rid of the tagging functions and use PointerIntPair.Gabor Greif2009-01-05
* Atom and Core i7 do not have same model number after all.Evan Cheng2009-01-05
* produce the same diagnostics for vicmp constant exprs as vicmp instructions.Chris Lattner2009-01-05
* Fix PR3281:crash08.ll with this diagnostic:Chris Lattner2009-01-05
* reject PR3281:crash07.ll with:Chris Lattner2009-01-05
* reject undef/zero labels. This fixes PR3281:crash0[56].ll with theseChris Lattner2009-01-05
* add checking intentionally elided for vfcmp/vicmp since they should reallyChris Lattner2009-01-05
* diagnose PR3281:crash02.ll with:Chris Lattner2009-01-05
* reject PR3281:crash01.ll with:Chris Lattner2009-01-05
* tighten up return type checkChris Lattner2009-01-05
* fix PR3281:accepted0[02].ll: represent empty arrays distinctly, andChris Lattner2009-01-05
* PR3281:crash00.ll: produce this diagnostic instead of crashing:Chris Lattner2009-01-05
* Handle weak_extern in the JIT. This fixesDan Gohman2009-01-05
* CellSPU:Scott Michel2009-01-05
* CellSPU:Scott Michel2009-01-05
* Move the libcall annotating part from doFinalization to doInitialization.Nick Lewycky2009-01-05
* Add a mechanism to specify attributes in getOrInsertFunction.Nick Lewycky2009-01-04
* Refactor some parser interfaces to fix PR3278 and a FIXME:Chris Lattner2009-01-04
* Run a post-pass that marks known function declarations by name.Nick Lewycky2009-01-04
* elf writer really wants the size of the global, not the size Chris Lattner2009-01-04
* Revert this transform. It was causing some dramatic slowdowns in a few tests....Bill Wendling2009-01-04
* The llvm::ELFWriter::EmitGlobal() method is calling theBill Wendling2009-01-04
* Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.Dan Gohman2009-01-03
* CommuteNodesToReducePressure() is now removed.Dan Gohman2009-01-03
* Remove the code from the scheduler that commuted two-addressDan Gohman2009-01-03
* Any void readonly functions are provably dead, don't waste time adding Nick Lewycky2009-01-03
* Add Intel processors core i7 and atom.Evan Cheng2009-01-03
* Fix PR3210: Detect more Intel processors. Patch by Torok Edwin.Evan Cheng2009-01-03
* We know it's always a SCEVConstant if it gets here, so just cast it andNick Lewycky2009-01-03
* CellSPU:Scott Michel2009-01-03
* Alphabetized #includes.Misha Brukman2009-01-02
* Down with trailing whitespace!Misha Brukman2009-01-02
* - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes findingScott Michel2009-01-02
* Don't try to analyze this "backward" case. This is overly conservative Nick Lewycky2009-01-02
* Remove comma at end of enumerator list.Daniel Dunbar2009-01-02
* Remove bison specific Makefile bits for AsmParser.Daniel Dunbar2009-01-02
* Load tracking means that the value analyzed mayDuncan Sands2009-01-02
* When calculating 'nocapture' argument attributes, allowDuncan Sands2009-01-02
* Improve comments and reorganize a bit - no functionalityDuncan Sands2009-01-02
* Fix a really horrible typo, which caused undefined behavior.Chris Lattner2009-01-02
* minor cleanups and comment improvements.Chris Lattner2009-01-02
* add a #include to hopefully get the x86-64-linux buildbot building.Chris Lattner2009-01-02
* update the cmakefile. This is a "best guess", I haven't tested this.Chris Lattner2009-01-02
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...Evan Cheng2009-01-02
* Fix x86 CPU id detection to identify Penryn (and future processors).Evan Cheng2009-01-02
* Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng2009-01-02