- a5ef57d fix test to not get a moduleid that matches 'br' by Chris Lattner · 16 years ago
- 892e44a default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCInsts. by Chris Lattner · 16 years ago
- ccb75c2 ... and fix the REQUIRES_RTTI condition. by Daniel Dunbar · 16 years ago
- d5b352b Fix REQUIRES_RTTI while awake. by Daniel Dunbar · 16 years ago
- b33cc14 Make REQUIRES_RTTI work. by Daniel Dunbar · 16 years ago
- 69110c9 Eliminate some unnecessary implicit constructors in generated DAG ISel code. by Owen Anderson · 16 years ago
- b1b4c01 Bugfix. Sorry. by Andreas Neustifter · 16 years ago
- 8a58c18 Make ProfileEstimator even more robust on general CFGs. by Andreas Neustifter · 16 years ago
- 9e6ffba switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnStubs and GVStubs. by Chris Lattner · 16 years ago
- 46091d7 Fix a bug I introduced in FnStubs generation, switch GVStubs to be a by Chris Lattner · 16 years ago
- 2a3c20b change FnStubs from being a StringMap<std::string> to being a much by Chris Lattner · 16 years ago
- 3e6bf2d printInstruction() no longer prints a \n after itself, do it by Chris Lattner · 16 years ago
- a49ea86 reimplement X86ATTAsmPrinter::GetGlobalAddressSymbol in terms of by Chris Lattner · 16 years ago
- ceddb2b fix prefix ordering, it's L_foo not _Lfoo by Chris Lattner · 16 years ago
- 5b7dfee add a new Mangler::getNameWithPrefix API which returns the by Chris Lattner · 16 years ago
- a0602b4 convert X86ATTAsmPrinter::GetExternalSymbolSymbol to use SmallString by Chris Lattner · 16 years ago
- cf1ed75 rearrange some code, export a SmallString version of DecorateCygMingName. by Chris Lattner · 16 years ago
- c608cb1 more typos by Chris Lattner · 16 years ago
- 879caea Follow up to 81494. When the folded reload is narrowed to a 32-bit load then change the destination register to a 32-bit one or add a sub-register index. by Evan Cheng · 16 years ago
- 5f12c21 PHI nodes can never reach the asmprinter, assert and die instead of printing by Chris Lattner · 16 years ago
- 9cef48e It's not legal to fold a load from a narrower stack slot into a wider instruction. If done, the instruction does a 64-bit load and that's not by Evan Cheng · 16 years ago
- 4a215a1 Make fast-isel try ISD::FNEG before resorting to bitcasts and xors. by Dan Gohman · 16 years ago
- 5e5abb7 Reapply r81171 with a fix: don't try to use i64 when it isn't legal. by Dan Gohman · 16 years ago
- c24edfa Fix indentation. by Dan Gohman · 16 years ago
- 3bfbc45 Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and by Dan Gohman · 16 years ago
- e6992f7 Factor out the code for checking that all indices in a getelementptr are by Dan Gohman · 16 years ago
- 83e3c4f Give these files top-level comments that describe the current code. by Dan Gohman · 16 years ago
- fa82441 Fix whitespaces. by Devang Patel · 16 years ago
- 169e1b0 Fix validation errors. by Bill Wendling · 16 years ago
- 808b9ce Fix validation errors. by Bill Wendling · 16 years ago
- 92ad363 Don't swap the operands of a subtraction when trying to create a by Bob Wilson · 16 years ago
- db2659b Fix uppercaseo. by Dale Johannesen · 16 years ago
- 9c65645 Added the ParseInstruction() hook for target specific assembler directives so by Kevin Enderby · 16 years ago
- 399e45b Fit code within 80 columns by Victor Hernandez · 16 years ago
- 7893ec6 Added XOR instructions for rAX and immediates of various widths. by Sean Callanan · 16 years ago
- 2f34a13 Added MOV instructions between rAX and memory offsets, by Sean Callanan · 16 years ago
- 1f24e01 Added a variety of PUSH and POP instructions, including by Sean Callanan · 16 years ago
- 73c5a61 Exit early if exception handling isn't supported. by Bill Wendling · 16 years ago
- 57a7e94 Allow llvmc to take .bc files as input. by Mikhail Glushenkov · 16 years ago
- 0c0de66 Make ProfileEstimator more robust on general CFGs. by Andreas Neustifter · 16 years ago
- 478e71d add another broken version of gcc, thanks to Niels Moller for pointing this out. by Chris Lattner · 16 years ago
- 2d04ec5 Distinguish between 'empty' and empty DAG marker. by Mikhail Glushenkov · 16 years ago
- 684a8b0 Add a logical 'not' operator to llvmc's TableGen dialect. by Mikhail Glushenkov · 16 years ago
- 8018f5d fix leakage of Module by Nuno Lopes · 16 years ago
- b84c5ae Add some braces to make newer GCCs happy and update CMakeLists. by Benjamin Kramer · 16 years ago
- b4b1c9f Cleaned up code by factoring out common portions of edge loading into function. by Andreas Neustifter · 16 years ago
- fd5249e Correctly handle the case where a comparison is created in one BasicBlock and by Nick Lewycky · 16 years ago
- 28275fd Comment and whitespace cleanups. No intentional functionality change. by Bill Wendling · 16 years ago
- a2f6449 Revert part of my r81424 patch. I removed what looked like superfluous padding by Bill Wendling · 16 years ago
- 9ad48db Add a test case for r81431. by Evan Cheng · 16 years ago
- f3e2d80 Remove prcontext. by Daniel Dunbar · 16 years ago
- fabcb91 Add malloc call utility functions. Patch by Victor Hernandez. by Evan Cheng · 16 years ago
- fe22028 Don't hardcode the TType format size. In fact, rework the code so that it's more by Bill Wendling · 16 years ago
- 0866974 Proper support of non-lazy indirect symbols. by Evan Cheng · 16 years ago
- 43e484f Remove the "#if 0" that Noone loved. It wasn't really necessary, because the by Bill Wendling · 16 years ago
- b8b7052 MC: Give target specific parsers access to the MCStreamer. by Daniel Dunbar · 16 years ago
- 2a16e6b Revert r81171 which was causing pr4927. by Bob Wilson · 16 years ago
- d1a5b37 Pull check for SJLJ EH into a boolean and use that. by Bill Wendling · 16 years ago
- 40121bc Use the SizeOfEncodedValue function instead of magic variables for the by Bill Wendling · 16 years ago
- bb3e299 Add helpful comment. by Bill Wendling · 16 years ago
- 52783c6 Believe it or not, this is a simplification. :-) by Bill Wendling · 16 years ago
- 10bf734 Fix double load / store multiple encoding. by Evan Cheng · 16 years ago
- 2a1744f canonicalize namespace gymnastics by Chris Lattner · 16 years ago
- b63fd7a Testcase for (llvm-gcc) 81399. Adjust an older by Dale Johannesen · 16 years ago
- cd3b9a4 Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS. by Bob Wilson · 16 years ago
- c5ea263 remove DebugLoc from MCInst and eliminate "Comment printing" from by Chris Lattner · 16 years ago
- 28179db Fix a subtle bug in "return;" generation which caused us to miss by Chris Lattner · 16 years ago
- ed68788 Add comment re: clang dependency. by Daniel Dunbar · 16 years ago
- 251ef61 Added an abstract superclass, MCDisassembler, for all disassemblers. by Sean Callanan · 16 years ago
- 0734d35 Use the EOL that takes the encoding and translates it into DWARF-English. by Bill Wendling · 16 years ago
- 7b09a6c Early exit from function. by Bill Wendling · 16 years ago
- b4049fe Small amount of code clean-up: Don't use ".size()" when not necessary. by Bill Wendling · 16 years ago
- 65c0600 add a gross hack to get "SrcLine" comments to show up with the by Chris Lattner · 16 years ago
- 634cca3 hoist the call to processDebugLoc out of the generated by Chris Lattner · 16 years ago
- 9647994 Removed static qualifier from a few index related methods. These methods may require a LiveIntervals instance in future. by Lang Hames · 16 years ago
- eadcdc5 Reverted r81358. by Andreas Neustifter · 16 years ago
- c292caf Fix SplitCriticalEdge to properly update LCSSA form when splitting a by Dan Gohman · 16 years ago
- 1756825 Fix build, add missing simicolon. by Benjamin Kramer · 16 years ago
- c02f0d7 Reflow comment. by Mike Stump · 16 years ago
- ff5dfdf Preserve ProfileInfo. by Andreas Neustifter · 16 years ago
- 07abe17 Add the first functions for updating ProfileInfo. by Andreas Neustifter · 16 years ago
- 7fd7061 Cleaned up code by factoring out common portions of edge loading into funcion. by Andreas Neustifter · 16 years ago
- 88cfd96 Take lock before removing a node from MDNodeSet. by Devang Patel · 16 years ago
- 740fce3 Enable MDNode uniquing. by Devang Patel · 16 years ago
- 842dee4 Fix an 80-column violation. by Dan Gohman · 16 years ago
- 9c0aa85 by Devang Patel · 16 years ago
- e2ad47e Hide all cscope files. by Andreas Neustifter · 16 years ago
- 04a8aaf Updated svn:ignore to hide *.cmx files. by Andreas Neustifter · 16 years ago
- 273a488 revert r81335, which breaks the build. by Chris Lattner · 16 years ago
- 607a050 When widening a vector load, use the correct chain. This fixes PR4891. by Dan Gohman · 16 years ago
- 43b1b0e Fixed wrong storage option for ProfileVerifierDisableAssertions. by Andreas Neustifter · 16 years ago
- 1f3b002 Updated ProfileInfo to have clean seperation between different sentinels. by Andreas Neustifter · 16 years ago
- d8b0630 Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup on by Benjamin Kramer · 16 years ago
- 581af5f Copy-pasto. by Mikhail Glushenkov · 16 years ago
- 4f51d99 Revert 81248 for now. by Mikhail Glushenkov · 16 years ago
- 8add269 Check that the 'kill' call succeeded. by Mikhail Glushenkov · 16 years ago
- 6e89b6f Add testcase for r81322 (PR4933). by Torok Edwin · 16 years ago
- 4c0b349 Provide proper section flags for various BSS flavours by Anton Korobeynikov · 16 years ago
- 8ddb569 Whitespace cleanup by Anton Korobeynikov · 16 years ago
- 58f875b add a testacse for the objc problem that required required r81305 by Chris Lattner · 16 years ago