2004-02-18 |
Chris Lattner | Make the executeProgram method exception safe, not... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Make more stuff public. Make the instruction argument to |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | make a bunch of methods public |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | A couple of minor cleanups: don't forward declare priva... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Cleanup and simplify manipulation of the program, elimi... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Add a stub for debugging code generator crashes |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | indent correctly |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Don't yell. BUGPOINT should yell, not the tool runner :) |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Update comments, if we are running with the CBE, make... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Byebye method |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | If there is an error running a tool, include the error... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Add a label for the bump when we started counting llvm... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | ctor arguments changed order |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Catch exception and print message as appropriate |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | When an error occurs executing a tool, we now throw... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Change the order of the arguments to the ctor, allowing... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
John Criswell | Pre-emptive commit of cfrac license information. |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Bugpoint will be throwing exceptions soon, perpare... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | This class got moved to FileUtilities.h |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Move a helper class out of bugpoint to here. |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Extract has new options |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Give extract -o and -f options, just like every other... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | eliminate a pair of really inefficient methods now... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Eliminate operator[] is deprecated warnings |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Chris Lattner | Fix deprecated operator[] warnings |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Alkis Evlogimenos | Fix argument size for MOVSX and MOVZX instructions. |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Alkis Evlogimenos | Be more agressive when joining ranges. |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Alkis Evlogimenos | Fix overly conservative spill interval computation. |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Alkis Evlogimenos | Beautify debug output. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
John Criswell | Added the Malloc perl benchmark license information. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | New testcase for PR245 |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Fix PR245: Linking weak and strong global variables... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | When we complete the bottom-up pass, make sure to merge... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Since tail duplication is currently neutered, we have... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add support for GlobalAddress's for alkis |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | These store to memory too. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Remove the -disable-kill option. The register allocato... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | These store to memory, not read from it. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
John Criswell | Added espresso. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Instructiosn with 1 memory operand have 4 operands... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Align case statements. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add TEST and XCHG memory operand support. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add OR and XOR memory operand support. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Peephole optimize SUBmi{16,32} into SUBmi{16,32}b when... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | ADDmi{16,32} should be in the next case statement. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add memory operand folding support for MUL, DIV, IDIV... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add memory operand folding for CMP{rm,mr,mi}{8,16,32... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add CMP{rm,mr,mi}{8,16,32}, INCm{8,16,32} and DECm... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add SUB{rm,mr,mi}{8,16,32} instructions. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add support to the local allocator for fusing spill... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add support for folding memory operands for ADC, SBB... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add support for ADC{rm.mr}32 and SBB{rm,mr}32. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add a (hidden) option to print instructions that fail... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add support for folding memory operands in MOVri{8... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Expand the repertoire of the forms we can print and... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Disable this peephole for now. We can't keep track... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Fix a bug in my previous refactoring change... arg! |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | The CBE is now in llc, not llvm-dis |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | The C backend is no longer in llvm-dis, it's in llc |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | The CBE is no longer in llvm-dis |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add an option to disable spill fusing in the X86 backend |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Fix the mneumonics for the mov instructions to have... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Fix the last crimes against nature that used the 'ir... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | GRRR. Move instructions have swapped the order of... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Rename MOVi[mr] instructions to MOV[rm]i |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Whoops, got my cases swapped. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Change to match the newer, simpler, interface |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Simplify and document the new interface |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add support for folding memory operands into AND and... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Scrunchify code, by adding helpers. No functionality... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add mem forms of AND instructions |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add LiveIntervals::Interval::empty() member function. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add API to check and fold memory operands into instruct... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Rename the IMULri* instructions to IMULrri, as they... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Once we have a way to fold spill code reloads into... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Fix spilled interval update. It was too conservative. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Refactor code a bit. No functionality changes, though... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Adjust to recent changes |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add two missing pieces from last checkin |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Rearrange code to eliminate warnings |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Alkis Evlogimenos | Add peephole optimizations for ADD [MEM], IMM8 instruct... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Alkis Evlogimenos | Add two more variants of add. Update comments. |
commit | commitdiff | tree | snapshot |
2004-02-16 |
John Criswell | Preemptive additions for the MallocBench tests. |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Only spit out warning for functions that take pointers... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Move the folding of gep null, 0, 0, 0 to a place where... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Misha Brukman | PreSelection isn't optional and so there's no way to... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | memset and bcopy and now unified by the llvm.memset... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Add some ADD instructions that take memory operands... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
John Criswell | Adjusted the default pathname to the SPEC95 benchmarks... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Alkis Evlogimenos | Add LeakDetection to MachineInstr. |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Implement test/Regression/Transforms/SimplifyCFG/Uncond... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | New testcase, details in the comments |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Fold PHI nodes of constants which are only used by... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | A new testcase for a situation that occurs in 181.mcf |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Teach LLVM to unravel the "swap idiom". This implements: |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Add a test for the "swap idiom", which LLVM should... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Implement Transforms/InstCombine/xor.ll:test19 |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Test for xor chains |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Fix a bug in the recent rewrite of the leakdetector... |
commit | commitdiff | tree | snapshot |
next |