summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Bugfix. Sorry.Andreas Neustifter2009-09-11
* Make ProfileEstimator even more robust on general CFGs.Andreas Neustifter2009-09-11
* switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnSt...Chris Lattner2009-09-11
* Fix a bug I introduced in FnStubs generation, switch GVStubs to be a Chris Lattner2009-09-11
* change FnStubs from being a StringMap<std::string> to being a muchChris Lattner2009-09-11
* printInstruction() no longer prints a \n after itself, do itChris Lattner2009-09-11
* reimplement X86ATTAsmPrinter::GetGlobalAddressSymbol in terms ofChris Lattner2009-09-11
* fix prefix ordering, it's L_foo not _LfooChris Lattner2009-09-11
* add a new Mangler::getNameWithPrefix API which returns theChris Lattner2009-09-11
* convert X86ATTAsmPrinter::GetExternalSymbolSymbol to use SmallStringChris Lattner2009-09-11
* rearrange some code, export a SmallString version of DecorateCygMingName.Chris Lattner2009-09-11
* Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...Evan Cheng2009-09-11
* It's not legal to fold a load from a narrower stack slot into a wider instruc...Evan Cheng2009-09-11
* Make fast-isel try ISD::FNEG before resorting to bitcasts and xors.Dan Gohman2009-09-11
* Reapply r81171 with a fix: don't try to use i64 when itDan Gohman2009-09-11
* Fix indentation.Dan Gohman2009-09-11
* Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman2009-09-11
* Factor out the code for checking that all indices in a getelementptr areDan Gohman2009-09-10
* Give these files top-level comments that describe the current code.Dan Gohman2009-09-10
* Fix whitespaces.Devang Patel2009-09-10
* Don't swap the operands of a subtraction when trying to create aBob Wilson2009-09-10
* Fix uppercaseo.Dale Johannesen2009-09-10
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-10
* Fit code within 80 columnsVictor Hernandez2009-09-10
* Added XOR instructions for rAX and immediates ofSean Callanan2009-09-10
* Added MOV instructions between rAX and memory offsets,Sean Callanan2009-09-10
* Added a variety of PUSH and POP instructions, includingSean Callanan2009-09-10
* Exit early if exception handling isn't supported.Bill Wendling2009-09-10
* Make ProfileEstimator more robust on general CFGs.Andreas Neustifter2009-09-10
* Add some braces to make newer GCCs happy and update CMakeLists.Benjamin Kramer2009-09-10
* Cleaned up code by factoring out common portions of edge loading into function.Andreas Neustifter2009-09-10
* Correctly handle the case where a comparison is created in one BasicBlock andNick Lewycky2009-09-10
* Comment and whitespace cleanups. No intentional functionality change.Bill Wendling2009-09-10
* Revert part of my r81424 patch. I removed what looked like superfluous paddingBill Wendling2009-09-10
* Add malloc call utility functions. Patch by Victor Hernandez.Evan Cheng2009-09-10
* Don't hardcode the TType format size. In fact, rework the code so that it's moreBill Wendling2009-09-10
* Proper support of non-lazy indirect symbols.Evan Cheng2009-09-10
* Remove the "#if 0" that Noone loved. It wasn't really necessary, because theBill Wendling2009-09-10
* Revert r81171 which was causing pr4927.Bob Wilson2009-09-10
* Pull check for SJLJ EH into a boolean and use that.Bill Wendling2009-09-10
* Use the SizeOfEncodedValue function instead of magic variables for theBill Wendling2009-09-10
* Add helpful comment.Bill Wendling2009-09-10
* Believe it or not, this is a simplification. :-)Bill Wendling2009-09-09
* Fix double load / store multiple encoding.Evan Cheng2009-09-09
* canonicalize namespace gymnasticsChris Lattner2009-09-09
* Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.Bob Wilson2009-09-09
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* Add comment re: clang dependency.Daniel Dunbar2009-09-09
* Added an abstract superclass, MCDisassembler, forSean Callanan2009-09-09
* Use the EOL that takes the encoding and translates it into DWARF-English.Bill Wendling2009-09-09