2009-10-20 |
Dan Gohman | Re-apply r84295, with fixes to how the loop "top" and... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Evan Cheng | Trim unnecessary includes. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Dan Gohman | Add getTopBlock and getBottomBlock member functions... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Nick Lewycky | Correct test for PowerPC. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Daniel Dunbar | Revert "Tweak top-level Makefile to facilitate Apple... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Daniel Dunbar | NNT: Remove duplicate verbose print. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jim Grosbach | Now that all ARM subtargets use frame index scavenging... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Evan Cheng | If the physical register being spilled does not have... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jim Grosbach | Enable post-pass frame index register scavenging for... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | lower ARM::MOVi32imm properly. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | add support for external symbols. The mc instprinter... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | get fancy: support basic block operands. Yay for jumps. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | add supprort for the 'sbit' operand, MOVi apparently... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | add support for instruction predicates. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | implement printSORegOperand, add lowering for the nasty... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jim Grosbach | Refs: A8-598. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jim Grosbach | Add missing encoding bits to NLdSt class of instructions. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | X86 should ignore implicit regs when lowering to MCInst... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | handle addmode4 modifiers, fix a fixme in printRegisterList |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | simplify by using the twine form of GetOrCreateSymbol |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Oscar Fuentes | Updated cmake library dependencies. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jim Grosbach | Enable allocation of R3 in Thumb1 |
commit | commitdiff | tree | snapshot |
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 |
next |