2009-10-19 |
Chris Lattner | use EmitLabel instead of text emission |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | add a twine version of MCContext::GetOrCreateSymbol. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | lower the ARM::CONSTPOOL_ENTRY pseudo op, giving us... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jim Grosbach | Adjust the scavenge register spilling to allow the... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | add MCInstLower support for lowering ARM::PICADD, a... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Owen Anderson | Refactor lookup_or_add to contain _MUCH_ less duplicate... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | add register list and hacked up addrmode #4 support... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | revert r84540, fixing build breakage I didn't see becau... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | add addrmode2 support, getting us up to: |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | add jump tables, constant pools and some trivial global |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Victor Hernandez | Malloc calls are marked NoAlias, so the code below... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | pass mangler in as a reference instead of a pointer. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Mikhail Glushenkov | More refactoring... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | reduce #includes |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | add printing support for SOImm operands, getting us to: |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Owen Anderson | Simplify some code. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | wire up some basic printOperand goodness, giving us... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | add the files that go with the previous rev |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | wire up skeletal support for having llc print instructions |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Owen Anderson | Banish ConstantsLock. It's serving no purpose other... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | wire up ARM's printMCInst method. Now llvm-mc should... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | stub out a minimal ARMInstPrinter. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | remove strings from instructions who are never asmprinted. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jeffrey Yasskin | Clean up the JITResolver stub/callsite<->function maps. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | simplify code, reducing string thrashing. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | switch hidden gv stubs to use MachineModuleInfoMachO... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | use MachineModuleInfoMachO for non-lazy gv stubs instea... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | convert to filecheck syntax and make a lot more aggressive. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Anton Korobeynikov | Revert r84295, this unbreaks llvm-gcc bootstrap on... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | remove dead map |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | don't bother trying to avoid emitting redundant constan... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | remove accidental comment. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | emit .subsections_via_symbols through MCStreamer instea... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | cleanup doFinalization -> EmitEndOfAsmFile. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Stuart Hastings | Tweak top-level Makefile to facilitate Apple-style... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Nate Begeman | PR 5245 - The imediate size target flag was not set... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Dan Gohman | Fix SplitBlockPredecessors' LoopInfo updating code... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Dan Gohman | Change a few instance variables to be local variables. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Dan Gohman | Change instnamer to name arguments "arg" instead of... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Add -parallel-test option, which runs llvm-test... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Don't hard code -l3.0 argument to make, this is... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Fix refactoro, I dropped the list of all (llvm... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Lift conditional logic out of test steps. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Now that build & test steps are factored out,... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Sink code for running nightly test into subroutine. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Tweaks and simplifications. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Move build code into subroutine. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Move source checkout code into subroutine. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Remove .{o,a} size info, this is better tracked... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Remove code to track build warnings, the buildbots... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Torok Edwin | Fix PR5247, "lock addq" pattern (and other atomics... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Also check for __POWERPC__ when skipping these tests. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Remove hard coded BuildDir and WebDir, users shoul... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Remove "CVS Stats", this isn't particularly useful... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Remove now-unused -cvstag argument and CVSROOT... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Remove -usecvs option, this is very old. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | NNT: Remove -debug argument, it is unused. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Regroup NewNightlyTest.pl options |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | various cleanups. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | simplify. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | eliminate md_on_instruction.ll, md_on_instruction2... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | clean up after metadata changes. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | lit: When running Tcl scripts via shell, try harder... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Add link to 'lit' from CommandGuide. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Teach lit that the .c files in 'test/CodeGen/CellSPU... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Nate Begeman | Add support for matching shuffle patterns with palignr. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Mikhail Glushenkov | Refactoring, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Evan Cheng | Spill slots cannot alias. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Evan Cheng | Turn on post-alloc scheduling for x86. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Evan Cheng | Oops. I forgot to change the tests first. Disable post... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Evan Cheng | -Revert parts of 84326 and 84411. Distinquishing betwee... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Evan Cheng | Only fixed stack objects and spill slots should be... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | remove some nonascii weird stuff |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | remove a now-pointless regtest |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | add some fixme's |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | punctuate properly |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | remove testcase for dead pass |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | fix test |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | remove the IndMemRemPass, which only made sense for... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | fix the other issue with ID's, hopefully really fixing... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | tighten up test3, add test3a for the converse |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | tighten test2, add a test that it doesn't get transform... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nick Lewycky | Merge tests into modref.ll. Also add a test for r84174... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | fix some problems with ID definitions, which will hopef... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | add function passes for printing various dominator... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | make DOTGraphTraits public, patch by Tobias Grosser! |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | add nodes_begin/end/iterator for dominfo, patch by... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jeffrey Yasskin | Support GoogleTest's "typed tests" |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nick Lewycky | Add a couple new testcases. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Lattner | replace a useless test with a useful one |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Eric Christopher | More warnings patrol: Another unused argument and more... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Lewycky | Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder:... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Lattner | inline isGEP away. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Fix my -Asserts warning fix. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Lattner | Teach vm core to more aggressively fold 'trunc' constan... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Lattner | remove # uses from FileCheck lines. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Move UnescapeString to a static function for its sole... |
commit | commitdiff | tree | snapshot |
next |