2008-01-06 |
Gordon Henriksen | Modify Makefile.rules to allow makefiles to prepend... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | improve description of alignment, patch by Alain Frisch. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | Fix typo noticed by 'Danny' in PR1901 |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | back out accidental commit. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | fix an accidental commit that broke all the testers :( |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Duncan Sands | The transform that tries to turn calls to bitcast funct... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Duncan Sands | When transforming a call to a bitcast function into |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | rename isStore -> mayStore to more accurately reflect... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Duncan Sands | Remove an unused variable. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | Change the 'isStore' inferrer to look for 'SDNPMayStore' |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | remove explicit isStore flags that are now inferrable. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | remove some isStore flags that are now inferred automat... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | describe isStore and simplify the implementation of... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | set the 'isstore' flag for instructions whose pattern... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Nick Lewycky | Accept both %y, %x and %x, %y as valid answers. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | remove some old hacky code that tried to infer whether... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | rearrange some code to allow inferring instr info from... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | improve const correctness. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | Split the impl of CodeGenInstruction out to its own... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | final cleanups. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | further simplifications and cleanup |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | simplify some code |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | rename CodegenDAGPatterns -> CodeGenDAGPatterns |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | split enum emission out from InstrInfoEmitter into... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | fix build on case sensitive file systems. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Bill Wendling | Fix comment. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | make this build with newer gcc's |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | now that computing CodegenDAGPatterns doesn't implicitl... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | move Node Transformation printing from CodeGenDAGPatter... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | move predicate printing code from CodeGenDAGPatterns... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | fix a fixme by improving const correctness. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | change getQualifiedName to be a global function. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nate Begeman | Remove an incorrect optimization that is performed... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nate Begeman | If custom lowering of insert element fails, the result... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | Fix build issue on certain compilers. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Gordon Henriksen | Refactoring the x86 and x86-64 calling convention imple... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Bill Wendling | Chris and Evan noticed that this check was compleatly... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | The current impl is really trivial, add some comments... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | allow sinking to be enabled for the jit |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | enable sinking and licm of loads from the argument... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | simplify some code by using shorter accessors. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | revert my previous patch. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | factor some code better to avoid redundancy between |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | getting the pic base has no side effects. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | don't sink anything with side effects, this makes lots... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Evan Cheng | X86 JIT PIC jumptable support. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | fix a common crash. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | remove a couple more unsafe xforms in the face of overflow. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | remove the (x-y) < 0 comparison xform, it miscompiles |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Owen Anderson | I should not be allowed to commit when sleepy. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Owen Anderson | Didn't mean to commit this. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Owen Anderson | Didn't mean to commit this. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Evan Cheng | Combine MovePCtoStack + POP32r into one instruction... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Owen Anderson | Move some more functionality from MRegisterInfo to... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Bill Wendling | Don't recalculate the loop info and loop dominators... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Wojciech Matyjewicz | fix typo |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Wojciech Matyjewicz | fix typo |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Duncan Sands | Testcase with non-integer "bitfields" (in quotes, |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Gordon Henriksen | Fix a typo in llvm.mli noticed by Alain Frisch. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Duncan Sands | Testcase for PR1386. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Bill Wendling | doc_code-ify some code in this doc. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Gordon Henriksen | Quote a path in the Ocaml makefile which is likely... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Evan Cheng | Unbreak tailcall opt in JIT. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Evan Cheng | X86 PIC JIT support fixes: encoding bugs, add lazy... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Bill Wendling | 80-column violations. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Bill Wendling | Add that this preserves some analyses. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Bill Wendling | Move option to enable machine LICM into LLVMTargetMachi... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Bill Wendling | Call the parent's getAnalysisUsage. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | Add a really quick hack at a machine code sinking pass... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | remove dead #includes and reorder the rest. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | Fix PR1896 |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | Change the builtin matcher to emit a decision tree... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | fix nesting issues. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | fix validation issues. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | improve the description of types, patch by Alain Frisch |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | Don't let IntrinsicID be uninitialized if it doesn... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Evan Cheng | Correct order of parameters. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Bill Wendling | Remove the default else. This was ending in code that... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | Remove symbols that don't exist, remove tabs, fix comme... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chuck Rose III | Adding new files to win32 build |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Gordon Henriksen | Ignoring output files. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | add info on walking preds/succs of a block. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Gordon Henriksen | First steps in in X86 calling convention cleanup. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Duncan Sands | Test for handling of large bit offset from a |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | don't hoist FP additions into unconditional adds +... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | Fix PR1873, a problem finding stat-related symbols... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Gordon Henriksen | Trying that again. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Gordon Henriksen | Fix a compile error on Windows. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Evan Cheng | Change MachineRelocation::DoesntNeedFnStub to NeedStub... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | don't access element zero of an array of size zero. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | Remove the function attr cache for intrinsics. This... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | Don't create a new ParamAttrsList (which copies the... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Duncan Sands | An example for which the TYPE_SIZE was being set from |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Duncan Sands | Test handling of records for which the fields are |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | move some code out of line, rearrange a bit. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | Disallow copying explicitly. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | Split param attr implementation out from Function.cpp... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | add missing #include |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Evan Cheng | X86 PIC JIT bug fix: relocations for constantpool and... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | remove blob of #if'd out code. |
commit | commitdiff | tree | snapshot |
next |