summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* -O[0-3] options should be also forwarded to opt and llc.Mikhail Glushenkov2009-10-171-1/+19
* Emit newlines at the end of instructions too.Nick Lewycky2009-10-171-2/+2
* Move StringMap's string has function into StringExtras.hDaniel Dunbar2009-10-172-16/+17
* Remove unnecessary include.Daniel Dunbar2009-10-171-1/+0
* Suppress -Asserts warning.Daniel Dunbar2009-10-171-2/+2
* Distinquish stack slots from other stack objects. They (and fixed objects) ge...Evan Cheng2009-10-177-12/+35
* Re-arrange some fields.Evan Cheng2009-10-171-5/+5
* Add another required #include for freestanding .h files.Daniel Dunbar2009-10-171-2/+1
* Revert 84315 for now. Re-thinking the patch.Evan Cheng2009-10-1716-51/+48
* Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng2009-10-1716-48/+51
* 80 col violation.Evan Cheng2009-10-171-1/+2
* Simplify some code (first hunk) and fix PR5208 (second hunk) byChris Lattner2009-10-172-9/+38
* check in a bunch of content from TestingGuide. Part of PR5216Chris Lattner2009-10-171-3/+183
* llvm-as: Simplify, and don't create empty output files with -disable-output.Daniel Dunbar2009-10-171-31/+35
* Reclaim a lost month.Daniel Dunbar2009-10-172-0/+0
* Add required #includes for freestanding .h files.Daniel Dunbar2009-10-172-2/+3
* Delete an obsolete comment.Dan Gohman2009-10-171-2/+1
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-1725-678/+74
* Enhance CodePlacementOpt's unconditional intra-loop branch elimination logicDan Gohman2009-10-173-178/+562
* Add a splice member function which accepts a range instead of aDan Gohman2009-10-171-0/+3
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-1720-160/+155
* HeapAllocSRoA also needs to check if malloc array size can be computed.Victor Hernandez2009-10-162-36/+66
* Update tests to use FileCheckMon P Wang2009-10-1619-55/+70
* Add test case for r84279Mon P Wang2009-10-161-0/+12
* Allow widening of extract subvectorMon P Wang2009-10-162-0/+8
* Do not emit name entry for a pointer type.Devang Patel2009-10-161-1/+1
* Change createPostRAScheduler so it can be turned off at llc -O1.Evan Cheng2009-10-166-14/+31
* Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng2009-10-163-5/+6
* Move zext and sext casts fed by loads into the same block as theDan Gohman2009-10-163-3/+63
* Parse PHI instruction with attached metadata.Devang Patel2009-10-162-0/+19
* If there is not any llvm instruction associated with each lexical scope encod...Devang Patel2009-10-162-2/+43
* Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...Victor Hernandez2009-10-161-1/+1
* Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...Victor Hernandez2009-10-161-0/+30
* Update from Cristina, llvm-gcc doesn't build on the SPARC version of solarisChris Lattner2009-10-161-1/+1
* Force triple in tests.Daniel Dunbar2009-10-162-2/+2
* Strip trailing white space.Duncan Sands2009-10-162-43/+41
* Check that GVN performs this transform even if the callsDuncan Sands2009-10-161-14/+14
* Update CMake file.Benjamin Kramer2009-10-161-0/+1
* Cleaned up some code. No functionality change.Sanjiv Gupta2009-10-164-67/+52
* I am no spelling bee.Evan Cheng2009-10-161-1/+1
* Enable post-alloc scheduling for all ARM variants except for Thumb1.Evan Cheng2009-10-162-8/+10
* If post-alloc scheduler is not enabled, it should return false, not true.Evan Cheng2009-10-161-3/+3
* Indent code.Zhongxing Xu2009-10-161-1/+1
* Add comment.Evan Cheng2009-10-161-0/+2
* 80 column violation.Evan Cheng2009-10-161-1/+2
* Fix more NEON instruction encodings.Bob Wilson2009-10-161-2/+2
* Add half precision floating point support (float16) to APFloat,Chris Lattner2009-10-162-1/+72
* add haiku support, patch by Paul Davey!Chris Lattner2009-10-162-1/+5
* MC: Set symbol values in MachO MCStreamer.Daniel Dunbar2009-10-161-1/+3
* Minor formatting tweaks.Daniel Dunbar2009-10-163-37/+35