summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-as: Simplify, and don't create empty output files with -disable-output.Daniel Dunbar2009-10-17
* Reclaim a lost month.Daniel Dunbar2009-10-17
* Add required #includes for freestanding .h files.Daniel Dunbar2009-10-17
* Delete an obsolete comment.Dan Gohman2009-10-17
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-17
* Enhance CodePlacementOpt's unconditional intra-loop branch elimination logicDan Gohman2009-10-17
* Add a splice member function which accepts a range instead of aDan Gohman2009-10-17
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-17
* HeapAllocSRoA also needs to check if malloc array size can be computed.Victor Hernandez2009-10-16
* Update tests to use FileCheckMon P Wang2009-10-16
* Add test case for r84279Mon P Wang2009-10-16
* Allow widening of extract subvectorMon P Wang2009-10-16
* Do not emit name entry for a pointer type.Devang Patel2009-10-16
* Change createPostRAScheduler so it can be turned off at llc -O1.Evan Cheng2009-10-16
* Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng2009-10-16
* Move zext and sext casts fed by loads into the same block as theDan Gohman2009-10-16
* Parse PHI instruction with attached metadata.Devang Patel2009-10-16
* If there is not any llvm instruction associated with each lexical scope encod...Devang Patel2009-10-16
* Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...Victor Hernandez2009-10-16
* Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...Victor Hernandez2009-10-16
* Update from Cristina, llvm-gcc doesn't build on the SPARC version of solarisChris Lattner2009-10-16
* Force triple in tests.Daniel Dunbar2009-10-16
* Strip trailing white space.Duncan Sands2009-10-16
* Check that GVN performs this transform even if the callsDuncan Sands2009-10-16
* Update CMake file.Benjamin Kramer2009-10-16
* Cleaned up some code. No functionality change.Sanjiv Gupta2009-10-16
* I am no spelling bee.Evan Cheng2009-10-16
* Enable post-alloc scheduling for all ARM variants except for Thumb1.Evan Cheng2009-10-16
* If post-alloc scheduler is not enabled, it should return false, not true.Evan Cheng2009-10-16
* Indent code.Zhongxing Xu2009-10-16
* Add comment.Evan Cheng2009-10-16
* 80 column violation.Evan Cheng2009-10-16
* Fix more NEON instruction encodings.Bob Wilson2009-10-16
* Add half precision floating point support (float16) to APFloat,Chris Lattner2009-10-16
* add haiku support, patch by Paul Davey!Chris Lattner2009-10-16
* MC: Set symbol values in MachO MCStreamer.Daniel Dunbar2009-10-16
* Minor formatting tweaks.Daniel Dunbar2009-10-16
* MC: Switch assembler API to using MCExpr instead of MCValue.Daniel Dunbar2009-10-16
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-16
* MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar2009-10-16
* MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar2009-10-16
* MC: Move assembler variable values from MCContext to MCSymbol.Daniel Dunbar2009-10-16
* MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar2009-10-16
* When checking aliases between phi sources and V2, we know the sources are not...Evan Cheng2009-10-16
* Revert svn r80498 and replace it with a different solution. The only problemBob Wilson2009-10-15
* Dllexport stuff cleanup:Anton Korobeynikov2009-10-15
* Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ...Sandeep Patel2009-10-15
* Fix encoding bits for N3VLInt3_QHS multiclass with 8-bit elements.Bob Wilson2009-10-15
* Fix ARM memory operand parsing of post indexing with just a base register, thatKevin Enderby2009-10-15
* Fix a potential performance problem in placing ARM constant pools.Bob Wilson2009-10-15