summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* When a priority_queue is empty, the behavior of top() operator isEvan Cheng2006-05-30
* Expand ret into "CopyToReg;BRIND"Rafael Espindola2006-05-30
* Enable -fno-use-cxa-atexit on darwin/ppc also.Chris Lattner2006-05-30
* Undo a patch that breaks llvm-as because the warning message is written toReid Spencer2006-05-30
* Write the WARNING message to cout instead of cerr. Writing to cerr causesReid Spencer2006-05-30
* Make doc comment visible in doxygen output. Clarify Type construction.Vladimir Prus2006-05-30
* Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working withReid Spencer2006-05-30
* Properly document the second form of ConstArray::get()Reid Spencer2006-05-30
* Adjust the interface to ConstantArray::get. The previousReid Spencer2006-05-30
* Add a note about integer multiplication by constants.Evan Cheng2006-05-30
* A addressing mode folding enhancement:Evan Cheng2006-05-30
* Add a lea instruction selection test case.Evan Cheng2006-05-30
* Some new entries about truncate / anyextEvan Cheng2006-05-30
* First complete version of llvm2cpp that doesn't crash on any of the FeatureReid Spencer2006-05-30
* move calltarget to dsaAndrew Lenharth2006-05-29
* Since there was interest on the mailing list, this is a utility pass thatAndrew Lenharth2006-05-29
* Silly cleanupChris Lattner2006-05-29
* silly cleanupChris Lattner2006-05-29
* Fix a bug with diffing the wrong files. Make output more readable.Reid Spencer2006-05-29
* Next batch of implementation:Reid Spencer2006-05-29
* Fix file header comment.Reid Spencer2006-05-29
* Remove temporary testing rules.Reid Spencer2006-05-29
* Reset DEBUG_SYMBOL_TABLE back to 0.Vladimir Prus2006-05-29
* Fix compile error when DEBUG_SYMBOL_TABLE is defined.Vladimir Prus2006-05-29
* Fix two bugs in the CppWriter.cpp:Reid Spencer2006-05-29
* Fix the file's comment block.Reid Spencer2006-05-29
* Fix grammar in a comment.Reid Spencer2006-05-29
* Replace an old C-style cast with a C++ cast (squelch warning)Reid Spencer2006-05-29
* Correct some grammar and describe current reality.Reid Spencer2006-05-29
* Require both tests to pass.Owen Anderson2006-05-29
* Update the testcase to check the full extent of LCSSA.Owen Anderson2006-05-29
* Add Use replacement. Assuming there is nothing horribly wrong with this, LCSSAOwen Anderson2006-05-29
* Initial Commit of llvm2cppReid Spencer2006-05-29
* Major think-o. Iterate over all live out-of-loop values, and perform theOwen Anderson2006-05-28
* Fix a problem where dejagnu won't accept the value of global tcl variableReid Spencer2006-05-28
* Provide an infrastructure for testing the llvm2cpp program (yet to beReid Spencer2006-05-28
* Make LCSSA insert proper Phi nodes throughout the rest of the CFG by computingOwen Anderson2006-05-27
* Fix some regression from the inliner patch I committed last night. This fixesChris Lattner2006-05-27
* Fix pastos in commentsChris Lattner2006-05-27
* Switch the inliner over to using CloneAndPruneFunctionInto. This effectivelyChris Lattner2006-05-27
* Ignore generated filesChris Lattner2006-05-27
* Implement a new method, CloneAndPruneFunctionInto, as documented.Chris Lattner2006-05-27
* Implement a new method: CloneAndPruneFunctionInto, as documented.Chris Lattner2006-05-27
* Refactor some code to expose an interface to constant fold and instruction gi...Chris Lattner2006-05-27
* Add an interface to constant fold and instruction given it's opcode, typeChris Lattner2006-05-27
* New testcase: check that the inliner constant folds instructions on theChris Lattner2006-05-27
* Fix a nasty dag combiner bug that caused nondeterminstic crashes (MY FAVORITE!):Chris Lattner2006-05-27
* Add a new sentry node type, allowing assertions to catch trivialChris Lattner2006-05-27
* A few small clean-ups, and the addition of an LCSSA statistic.Owen Anderson2006-05-27
* Make CALL node consistent with RET node. Signness of value has type MVT::i32Evan Cheng2006-05-26