aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fish kill flag annotations in PUSH instructions.Dan Gohman2008-11-262-3/+5
* LiveRanges are represented as half-open ranges. Fix the findLiveInMBBs codeDan Gohman2008-11-262-2/+2
* teach the new heuristic how to handle inline asm.Chris Lattner2008-11-261-7/+52
* Disable -loop-index-split for now.Devang Patel2008-11-261-2/+2
* Add 'tell' method to raw_fd_ostream that clients can use to query the current...Ted Kremenek2008-11-262-1/+12
* Improve ValueAlreadyLiveAtInst with a cheap and dirty, but effectiveChris Lattner2008-11-261-12/+32
* __fastcall and __stdcall are mingw extensions to gcc for windows. Use theNick Lewycky2008-11-261-2/+2
* Start rewroking a subpiece of the profitability heuristic to beChris Lattner2008-11-261-11/+56
* Adjust indent.Zhongxing Xu2008-11-261-2/+2
* add a long-overdue AllocaInst::isStaticAlloca method.Chris Lattner2008-11-262-0/+17
* Add test for rdar://6394879.Bill Wendling2008-11-261-0/+17
* add a comment, make save/restore logic more obvious.Chris Lattner2008-11-261-7/+7
* This adds in some code (currently disabled unless you pass Chris Lattner2008-11-262-10/+218
* Revert r60042. IndVarSimplify should check if APFloat is PPCDoubleDouble firs...Evan Cheng2008-11-262-7/+3
* Teach CodeGenPrepare to look through Bitcast instructions when attempting toChris Lattner2008-11-263-1/+28
* fix an over-reduced test.Chris Lattner2008-11-261-7/+2
* this doesn't need EHChris Lattner2008-11-261-1/+1
* ignore tests outputNuno Lopes2008-11-260-0/+0
* change AnnotationManager to use 'const char*' instead of std::string. this fi...Nuno Lopes2008-11-262-8/+7
* CMake: Removed tools/llvmc2 directory hierarchy.Oscar Fuentes2008-11-250-0/+0
* CMake: llvmc2 is now known as llvmc.Oscar Fuentes2008-11-252-2/+2
* Add a man page for llvmc. Really basic for now, will be updated later.Mikhail Glushenkov2008-11-252-9/+82
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-2539-52/+55
* Make -fsyntax-only, -include and -emit-llvm work for C++ and Objective-C/C++.Mikhail Glushenkov2008-11-251-1/+16
* docs: Add author info + fix incorrect code example.Mikhail Glushenkov2008-11-252-5/+9
* Small documentation update.Mikhail Glushenkov2008-11-252-6/+8
* Document the plugin priority feature.Mikhail Glushenkov2008-11-251-12/+26
* A simplification for checking whether the signs of the operands and sum diffe...Bill Wendling2008-11-251-15/+14
* convertToSignExtendedInteger should return opInvalidOp instead of asserting i...Evan Cheng2008-11-252-1/+18
* Suppress warnings.Dan Gohman2008-11-251-7/+7
* This method got renamed, thanks to Mattias Holm for pointing this out.Chris Lattner2008-11-251-1/+1
* CellSPU:Scott Michel2008-11-252-28/+75
* add info about how to run the tests with valgrindNuno Lopes2008-11-251-0/+9
* Now with the correct type for the 0.Bill Wendling2008-11-251-1/+1
* Get rid of unused variable.Bill Wendling2008-11-251-1/+0
* Hacker's Delight says, "Signed integer overflow of addition occurs if and onlyBill Wendling2008-11-251-4/+48
* Teach MatchScaledValue to handle Scales by 1 with MatchAddr (whichChris Lattner2008-11-251-5/+15
* significantly refactor all the addressing mode matching logicChris Lattner2008-11-251-139/+138
* refactor all the constantexpr/instruction handling code out into a Chris Lattner2008-11-251-65/+68
* another minor tweakChris Lattner2008-11-251-3/+2
* minor cleanups no functionality change.Chris Lattner2008-11-251-32/+31
* CMake: Documented two cmake variables.Oscar Fuentes2008-11-251-0/+6
* CellSPU: Relax constraints on when to generate a X-form address, evidentlyScott Michel2008-11-251-0/+7
* CellSPU: test should use shlqby, not shlqbyiScott Michel2008-11-251-2/+1
* XFAIL this test. A recent CellSPU check-in broke it.Bill Wendling2008-11-251-0/+1
* Initial support for anti-dependence breaking. Currently this code does notDan Gohman2008-11-255-263/+751
* CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby".Scott Michel2008-11-252-1/+3
* Testcase for constant CFStrings.Bill Wendling2008-11-241-0/+11
* rearrange and tidy some code, no functionality change.Chris Lattner2008-11-241-53/+52
* minor cleanups to debug code, no functionality change.Chris Lattner2008-11-241-24/+33