aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix indendation.Matthijs Kooijman2008-09-231-4/+4
* Add initial support for inserting last minute copies.Owen Anderson2008-09-231-28/+53
* Support x86 specific inline asm modifier 'J'.Evan Cheng2008-09-222-4/+16
* Remove silly semicolon.Dale Johannesen2008-09-221-1/+1
* Fix the alignment of loads from constant pool entries when theDan Gohman2008-09-222-1/+7
* Remove a compiler warning.Dale Johannesen2008-09-221-0/+3
* Add hasNote() to check note associated with a function.Devang Patel2008-09-229-22/+36
* Livestacks really does preserve everything.Evan Cheng2008-09-221-2/+1
* Instead of setPreservesAll, just mark them preseving machine loop info and ma...Evan Cheng2008-09-227-7/+14
* Test case for fp logical instructions.Evan Cheng2008-09-221-0/+9
* Significant improvements to the logic for merging live intervals. This code ...Owen Anderson2008-09-221-15/+53
* Make log, log2, log10, exp, exp2 use Expand byDale Johannesen2008-09-228-71/+12
* Mark several codegen passes as preserving all analysis.Evan Cheng2008-09-229-8/+31
* More refactoring. Yawn.Dale Johannesen2008-09-221-126/+43
* Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.Mikhail Glushenkov2008-09-224-28/+67
* Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov2008-09-2210-15/+13
* Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov2008-09-2210-55/+195
* Add a 'Debugging' section to the documentation.Mikhail Glushenkov2008-09-221-1/+17
* Make comments a little bit more clear.Mikhail Glushenkov2008-09-222-7/+9
* Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov2008-09-227-44/+58
* Rename our version of ccc to ccc2Mikhail Glushenkov2008-09-221-1/+1
* Fix some commentsMikhail Glushenkov2008-09-222-14/+4
* Add a (forward_as) option propertyMikhail Glushenkov2008-09-223-15/+46
* Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...Mikhail Glushenkov2008-09-224-274/+9
* Refactor FP intrinisic setup. Per review feedback.Dale Johannesen2008-09-221-117/+28
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-226-4/+34
* Per review feedback: Only performEvan Cheng2008-09-221-39/+27
* Change the calling convention used when tail call optimization is enabled fro...Arnold Schwaighofer2008-09-226-25/+5
* Add bound checks in SmallVectorRafael Espindola2008-09-221-0/+5
* add_partially_linked_object: Replaced nonexistent MESSAGE option inOscar Fuentes2008-09-221-1/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-2261-0/+2276
* Add helper function to get a 32-bit floating point constant. No functionality...Bill Wendling2008-09-221-189/+106
* explain what earlyclobber actually is.Chris Lattner2008-09-211-3/+3
* Fold immediates into X86 shifts with fast isel. This generates:Chris Lattner2008-09-211-15/+24
* Factor out code into HandleVirtRegDef, for consistency withDan Gohman2008-09-212-13/+13
* Instead of building a list and sorting it just to find a maximum element,Dan Gohman2008-09-211-26/+9
* Fetch the starting index of the block when assigning intervals. This gets li...Owen Anderson2008-09-211-2/+2
* don't print GlobalAddressSDNode's with an offset of zero as "foo0".Chris Lattner2008-09-211-5/+6
* add a noteChris Lattner2008-09-201-1/+32
* Update VS projects.Cedric Venet2008-09-206-8/+22
* Shorten and rearrange data fields to save a word of memory.Dale Johannesen2008-09-201-6/+7
* Implement review feedback from Devang: make useDuncan Sands2008-09-201-26/+11
* Teach coalescer about earlyclobber bits.Dale Johannesen2008-09-202-2/+17
* Fix PR2808. When regalloc runs out of register, it spill a physical register ...Evan Cheng2008-09-202-1/+26
* Clean up the test.Evan Cheng2008-09-201-4/+4
* No need to print function stubs for Mac OS X 10.5 and up. Linker will handle it.Evan Cheng2008-09-202-3/+22
* 80 column violation.Evan Cheng2008-09-201-4/+8
* Fix a FastISel GlobalVariable CSE bug.Dan Gohman2008-09-191-2/+4
* Continue after removing the current MI.Evan Cheng2008-09-191-0/+1
* Refactor X86SelectConstAddr, folding it into X86SelectAddress. ThisDan Gohman2008-09-193-102/+82