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 |
2008-01-02 |
Chris Lattner | fix this to use a valid triple. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Ted Kremenek | Inverted argument order for ImmutableMap::Profile. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | Fix a build issue on cygwin |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Ted Kremenek | Added iterator and profiling (i.e. FoldingSetNodeID... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | Fix PR1888, patch by Wilhansen Li. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | Fix a build problem with VC++ by not doing the target... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Bill Wendling | Use the correct MachineRegisterInfo object. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Bill Wendling | Machine LICM will check that operands are defined outsi... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Bill Wendling | Remove dead code. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | verify that aligned common support doesn't break. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | darwin9 and above support aligned common symbols. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | leopard and above support alignment for common symbols. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Bill Wendling | Use the new architecture to get the containing machine... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Nick Lewycky | Don't be rude, emit debugging info where asked to. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Owen Anderson | Move some more instruction creation methods from Regist... |
commit | commitdiff | tree | snapshot |
next |