2009-09-11 |
Owen Anderson | Eliminate some unnecessary implicit constructors in... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Andreas Neustifter | Bugfix. Sorry. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Andreas Neustifter | Make ProfileEstimator even more robust on general CFGs. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | switch HiddenGVStubs to be a DenseMap instead of a... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | Fix a bug I introduced in FnStubs generation, switch... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | change FnStubs from being a StringMap<std::string>... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | printInstruction() no longer prints a \n after itself... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | reimplement X86ATTAsmPrinter::GetGlobalAddressSymbol... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | fix prefix ordering, it's L_foo not _Lfoo |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | add a new Mangler::getNameWithPrefix API which returns the |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | convert X86ATTAsmPrinter::GetExternalSymbolSymbol to... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | rearrange some code, export a SmallString version of... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | more typos |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Evan Cheng | Follow up to 81494. When the folded reload is narrowed... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | PHI nodes can never reach the asmprinter, assert and... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Evan Cheng | It's not legal to fold a load from a narrower stack... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Make fast-isel try ISD::FNEG before resorting to bitcas... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Reapply r81171 with a fix: don't try to use i64 when it |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Teach lib/VMCore/ConstantFold.cpp how to set the inboun... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Dan Gohman | Factor out the code for checking that all indices in... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Dan Gohman | Give these files top-level comments that describe the... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Devang Patel | Fix whitespaces. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Fix validation errors. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Fix validation errors. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bob Wilson | Don't swap the operands of a subtraction when trying... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Dale Johannesen | Fix uppercaseo. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Kevin Enderby | Added the ParseInstruction() hook for target specific... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Victor Hernandez | Fit code within 80 columns |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Sean Callanan | Added XOR instructions for rAX and immediates of |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Sean Callanan | Added MOV instructions between rAX and memory offsets, |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Sean Callanan | Added a variety of PUSH and POP instructions, including |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Exit early if exception handling isn't supported. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Mikhail Glushenkov | Allow llvmc to take .bc files as input. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Andreas Neustifter | Make ProfileEstimator more robust on general CFGs. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Chris Lattner | add another broken version of gcc, thanks to Niels... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Mikhail Glushenkov | Distinguish between 'empty' and empty DAG marker. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Mikhail Glushenkov | Add a logical 'not' operator to llvmc's TableGen dialect. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Nuno Lopes | fix leakage of Module |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Benjamin Kramer | Add some braces to make newer GCCs happy and update... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Andreas Neustifter | Cleaned up code by factoring out common portions of... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Nick Lewycky | Correctly handle the case where a comparison is created... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Comment and whitespace cleanups. No intentional functio... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Revert part of my r81424 patch. I removed what looked... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Evan Cheng | Add a test case for r81431. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Remove prcontext. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Evan Cheng | Add malloc call utility functions. Patch by Victor... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Don't hardcode the TType format size. In fact, rework... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Evan Cheng | Proper support of non-lazy indirect symbols. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Remove the "#if 0" that Noone loved. It wasn't really... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | MC: Give target specific parsers access to the MCStreamer. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bob Wilson | Revert r81171 which was causing pr4927. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Pull check for SJLJ EH into a boolean and use that. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Use the SizeOfEncodedValue function instead of magic... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Add helpful comment. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Bill Wendling | Believe it or not, this is a simplification. :-) |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Evan Cheng | Fix double load / store multiple encoding. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Chris Lattner | canonicalize namespace gymnastics |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Dale Johannesen | Testcase for (llvm-gcc) 81399. Adjust an older |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Bob Wilson | Fix pr4939: Change FPCCToARMCC to translate SETOLE... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Chris Lattner | remove DebugLoc from MCInst and eliminate "Comment... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Chris Lattner | Fix a subtle bug in "return;" generation which caused... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Add comment re: clang dependency. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Sean Callanan | Added an abstract superclass, MCDisassembler, for |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Bill Wendling | Use the EOL that takes the encoding and translates... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Bill Wendling | Early exit from function. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Bill Wendling | Small amount of code clean-up: Don't use ".size()"... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Chris Lattner | add a gross hack to get "SrcLine" comments to show... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Chris Lattner | hoist the call to processDebugLoc out of the generated |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Lang Hames | Removed static qualifier from a few index related metho... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Andreas Neustifter | Reverted r81358. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Dan Gohman | Fix SplitCriticalEdge to properly update LCSSA form... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Benjamin Kramer | Fix build, add missing simicolon. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Mike Stump | Reflow comment. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Andreas Neustifter | Preserve ProfileInfo. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Andreas Neustifter | Add the first functions for updating ProfileInfo. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Andreas Neustifter | Cleaned up code by factoring out common portions of... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Devang Patel | Take lock before removing a node from MDNodeSet. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Devang Patel | Enable MDNode uniquing. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Dan Gohman | Fix an 80-column violation. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Devang Patel | Gracefully destroy MDNodes. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Andreas Neustifter | Hide all cscope files. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Andreas Neustifter | Updated svn:ignore to hide *.cmx files. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Chris Lattner | revert r81335, which breaks the build. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Dan Gohman | When widening a vector load, use the correct chain... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Andreas Neustifter | Fixed wrong storage option for ProfileVerifierDisableAs... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Andreas Neustifter | Updated ProfileInfo to have clean seperation between... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Benjamin Kramer | Add a shortcut for OS X to Path::GetMainExecutable... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Mikhail Glushenkov | Copy-pasto. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Mikhail Glushenkov | Revert 81248 for now. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Mikhail Glushenkov | Check that the 'kill' call succeeded. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Torok Edwin | Add testcase for r81322 (PR4933). |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Anton Korobeynikov | Provide proper section flags for various BSS flavours |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Anton Korobeynikov | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Chris Lattner | add a testacse for the objc problem that required requi... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Chris Lattner | disable the new asmprinter by default. Both the Mangle... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Evan Cheng | Cast MO.getImm() to unsigned before comparing with... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Jeffrey Yasskin | Make TypeBuilder's result depend on the LLVMContext... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Update test. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Count test correctly with -q. |
commit | commitdiff | tree | snapshot |
next |