aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...Evan Cheng2009-09-112-1/+17
* PHI nodes can never reach the asmprinter, assert and die instead of printingChris Lattner2009-09-111-1/+2
* It's not legal to fold a load from a narrower stack slot into a wider instruc...Evan Cheng2009-09-113-10/+79
* Make fast-isel try ISD::FNEG before resorting to bitcasts and xors.Dan Gohman2009-09-111-1/+9
* Reapply r81171 with a fix: don't try to use i64 when itDan Gohman2009-09-112-7/+23
* Fix indentation.Dan Gohman2009-09-111-1/+1
* Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman2009-09-117-19/+125
* Factor out the code for checking that all indices in a getelementptr areDan Gohman2009-09-105-15/+54
* Give these files top-level comments that describe the current code.Dan Gohman2009-09-102-6/+14
* Fix whitespaces.Devang Patel2009-09-101-4/+4
* Fix validation errors.Bill Wendling2009-09-101-3/+3
* Fix validation errors.Bill Wendling2009-09-101-9/+11
* Don't swap the operands of a subtraction when trying to create aBob Wilson2009-09-102-1/+12
* Fix uppercaseo.Dale Johannesen2009-09-101-1/+1
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-104-3/+58
* Fit code within 80 columnsVictor Hernandez2009-09-101-2/+4
* Added XOR instructions for rAX and immediates ofSean Callanan2009-09-102-0/+11
* Added MOV instructions between rAX and memory offsets,Sean Callanan2009-09-102-0/+23
* Added a variety of PUSH and POP instructions, includingSean Callanan2009-09-102-5/+29
* Exit early if exception handling isn't supported.Bill Wendling2009-09-101-13/+13
* Allow llvmc to take .bc files as input.Mikhail Glushenkov2009-09-101-0/+1
* Make ProfileEstimator more robust on general CFGs.Andreas Neustifter2009-09-102-44/+69
* add another broken version of gcc, thanks to Niels Moller for pointing this out.Chris Lattner2009-09-101-1/+2
* Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov2009-09-102-6/+7
* Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov2009-09-102-0/+13
* fix leakage of ModuleNuno Lopes2009-09-101-4/+3
* Add some braces to make newer GCCs happy and update CMakeLists.Benjamin Kramer2009-09-103-4/+7
* Cleaned up code by factoring out common portions of edge loading into function.Andreas Neustifter2009-09-101-50/+44
* Correctly handle the case where a comparison is created in one BasicBlock andNick Lewycky2009-09-102-39/+31
* Comment and whitespace cleanups. No intentional functionality change.Bill Wendling2009-09-101-27/+21
* Revert part of my r81424 patch. I removed what looked like superfluous paddingBill Wendling2009-09-101-23/+37
* Add a test case for r81431.Evan Cheng2009-09-101-0/+6
* Remove prcontext.Daniel Dunbar2009-09-105-49/+2
* Add malloc call utility functions. Patch by Victor Hernandez.Evan Cheng2009-09-105-52/+417
* Don't hardcode the TType format size. In fact, rework the code so that it's moreBill Wendling2009-09-101-49/+49
* Proper support of non-lazy indirect symbols.Evan Cheng2009-09-102-8/+21
* Remove the "#if 0" that Noone loved. It wasn't really necessary, because theBill Wendling2009-09-101-27/+20
* MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar2009-09-102-0/+6
* Revert r81171 which was causing pr4927.Bob Wilson2009-09-102-20/+7
* Pull check for SJLJ EH into a boolean and use that.Bill Wendling2009-09-101-7/+10
* Use the SizeOfEncodedValue function instead of magic variables for theBill Wendling2009-09-101-4/+3
* Add helpful comment.Bill Wendling2009-09-102-0/+2
* Believe it or not, this is a simplification. :-)Bill Wendling2009-09-092-37/+86
* Fix double load / store multiple encoding.Evan Cheng2009-09-092-4/+3
* canonicalize namespace gymnasticsChris Lattner2009-09-092-25/+23
* Testcase for (llvm-gcc) 81399. Adjust an olderDale Johannesen2009-09-092-2/+20
* Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.Bob Wilson2009-09-092-12/+23
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-0919-51/+76
* Fix a subtle bug in "return;" generation which caused us to missChris Lattner2009-09-091-22/+3
* Add comment re: clang dependency.Daniel Dunbar2009-09-091-0/+3