summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Versions of VIM included with Intrepid and Leopard at least appearDan Gohman2009-01-21
* Enable syntax highlighting of LLVM and tablegen files by default,Dan Gohman2009-01-21
* Only set cindent for C and C++ source files.Dan Gohman2009-01-21
* Now with RUN line.Bill Wendling2009-01-21
* Run this through -simplifycfg and -mem2reg to test only what we need to test.Bill Wendling2009-01-21
* Add a comment to SelectionDAG::ReplaceAllUsesWith to describe a subtleDan Gohman2009-01-21
* Do not use host floating point types when emittingDale Johannesen2009-01-21
* Also favors NOT64r.Evan Cheng2009-01-21
* fix warning in release-asserts mode and spelling of assert.Chris Lattner2009-01-21
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-21
* Remove uses of uint32_t in favor of 'unsigned' for better Chris Lattner2009-01-21
* Simplify ReduceLoadWidth's logic: it doesn't need several differentDan Gohman2009-01-21
* Fix a recent regression. ClrOpcode is not set for i8; for i8, ifDan Gohman2009-01-21
* Mimic gcc behaviour with regard to response files.Mikhail Glushenkov2009-01-21
* Fix 'llvm-config --libs' output.Mikhail Glushenkov2009-01-21
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-21
* Allow hooks with arguments.Mikhail Glushenkov2009-01-21
* This was causing invalid memory accesses whenDuncan Sands2009-01-21
* Let's try to have our cake and eat it to: moveDuncan Sands2009-01-21
* Don't rely on grep -w working.Duncan Sands2009-01-21
* Fixed build warnings. Restoring changes done in 62600, they were lost in 62655.Sanjiv Gupta2009-01-21
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-21
* I accidentally removed this check in an earlier commit, which cause breakage ...Owen Anderson2009-01-21
* Implement LowerOperationWrapper for legalizer. Sanjiv Gupta2009-01-21
* CellSPU:Scott Michel2009-01-21
* Allow targets to legalize operations (with illegal operands) that produces mu...Sanjiv Gupta2009-01-21
* Favors generating "not" over "xor -1". For example.Evan Cheng2009-01-21
* Disable on x86_64 until I figure out what's wrong.Dale Johannesen2009-01-21
* Make special cases (0 inf nan) work for frem.Dale Johannesen2009-01-21
* Be more aggressive about renumbering vregs after splitting them.Owen Anderson2009-01-21
* Encode member accessibility.Devang Patel2009-01-21
* Appropriately mark fowrad decls.Devang Patel2009-01-20
* Need compile unit to find location.Devang Patel2009-01-20
* Calls to fmod, it turns out, are constant-folded byDale Johannesen2009-01-20
* Don't bother running the assembler, we don't know that it will be configuredChris Lattner2009-01-20
* Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t...Evan Cheng2009-01-20
* Fix typo. Patch by Alexei Svitkine.Duncan Sands2009-01-20
* Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This wasBill Wendling2009-01-20
* Fix struct member's debug info.Devang Patel2009-01-20
* Add test case for PR3154.Evan Cheng2009-01-20
* indentation...Devang Patel2009-01-20
* Need only one set of debug info versions enum.Devang Patel2009-01-20
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-20
* zap white spaces.Devang Patel2009-01-20
* Fix global variable's address in a DIE.Devang Patel2009-01-20
* Enable debug info for enums.Devang Patel2009-01-20
* Add an IEEE remainder function, which is notDale Johannesen2009-01-20
* improve compatibility with various versions of graphviz, patch byChris Lattner2009-01-20
* eliminate use of uint32_t to improve compatibility with cygwinChris Lattner2009-01-20
* Eliminate use of uint32_t to improve compatibility with cygwinChris Lattner2009-01-20