2008-04-01 |
Chris Lattner | change the archive stuff to use MemoryBuffer instead... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | prune unneeded #includes |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | rewrite SourceFile to be in terms of MemoryBuffer,... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | Make MappedFile::map return a const correct pointer... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | Remove the MappedFile::charBase member, rename base... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | Change DiffFilesWithTolerance to be written in terms... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | add an accessor. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | Remove MappedFile support for mapping files for write... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | remove extraneous #include |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | add missing #includes |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Evan Cheng | More soft fp fixes. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Evan Cheng | Pasto. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Evan Cheng | Add comment. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Evan Cheng | Unbreak ARM / Thumb soft FP support. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Dale Johannesen | Accept 'y' constraint (MMX) in inline asm. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | update comment. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | cleanup the MappedFile API and comments. This removes... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | remove DEFINING_FILE_FOR for MappedFile.h |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Dale Johannesen | Emit exception handling info for functions which are |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Dale Johannesen | Mark functions in some tests as 'nounwind'. Generating |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Evan Cheng | It's not safe to fold a load from GV stub or constantpo... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Nate Begeman | Actually disable crash reporting on Mac OS X, returning... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Dan Gohman | Set blockBegin to point to the beginning of the block, |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Evan Cheng | Move reMaterialize() from TargetRegisterInfo to TargetI... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Dan Gohman | Fix a DAGCombiner optimization to respect volatile... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Gordon Henriksen | Add a unified 'generated documentation' target so the... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Torok Edwin | test commit |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Gordon Henriksen | Reverting r48974. See PR2183 for details. |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Erick Tryzelaar | Expose Function::viewCFG and Function::viewCFGOnly... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Erick Tryzelaar | There isn't any c++ code in LangImpl8.html, so use... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Erick Tryzelaar | Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Evan Cheng | Re-apply 48911. |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Evan Cheng | The support for remat of instructions with a register... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Erick Tryzelaar | Quote the ocaml executables |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Owen Anderson | Fix a major bug in the DFS calculation. Thanks for... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Nate Begeman | Don't eliminate bitcast instructions that change the... |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Erick Tryzelaar | Tweak build system to allow for installing the tutorial... |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Duncan Sands | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Erick Tryzelaar | Fix some documentation for the tutorial. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Nick Lewycky | Moved from PR1570. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Chris Lattner | stop building llvmc. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Chris Lattner | Fix "Control reaches the end of non-void function"... |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Chris Lattner | minor code cleanups, allow constant folding sinf/cosf. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Chris Lattner | fix typo, PR2181 |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Erick Tryzelaar | Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Evan Cheng | Cosmetic changes. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Anton Korobeynikov | Honour another bunch of parameter attributes in llvm2cpp |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Anton Korobeynikov | Honour ByVal parameter attribute in llvm2cpp |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Chris Lattner | change iterator invalidation avoidance to just move... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Chris Lattner | make the common case of a single store (which clearly... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Chris Lattner | add a testcase for forming memset from noncontiguous... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Chris Lattner | give form-memset a significantly more sane heuristic... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Owen Anderson | Remove some unneeded code for LiveInterval joining... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Evan Cheng | Cosmetic change. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Dan Gohman | Fix a tokenfactor node to use the load chain rather... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Evan Cheng | Backing out 48911 for now. It's breaking stuff. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Chris Lattner | ifdef out a dead function. Should this be removed? |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Duncan Sands | Rename getAnyLoad to getLoad is suggested by Evan. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Evan Cheng | New entry. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Evan Cheng | Load from stub is already re-materializable. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Nick Lewycky | Update example to new syntax. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Chris Lattner | make memset inference significantly more powerful:... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Evan Cheng | New entry. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Bill Wendling | Simplify the conversion from "0x" numbers to a single... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Duncan Sands | Implement LegalizeTypes support for softfloat LOAD. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Dan Gohman | Avoid creating chain dependencies from CopyToReg nodes... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Devang Patel | PHI->removeIncomingValue may remove PHInode. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Devang Patel | add another testcase |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Mikhail Glushenkov | Fix build breakage on Windows with GCC 4.3. References... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Roman Levenstein | Fix spelling. Thanks, Duncan! :-) |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Roman Levenstein | Speed-up the SumOfUnscheduledPredsOfSuccs by introducin... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Erick Tryzelaar | Adding the first two chapters of the ocaml/kaleidoscope... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Chris Lattner | when a node is removed from an ilist, set its next... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Devang Patel | New test case. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Evan Cheng | Allow certain lea instructions to be rematerialized. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Evan Cheng | Remove an unused command line option. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Evan Cheng | Fix a memory bug: increment an iterator of a deleted... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Erick Tryzelaar | Expose ExecutionEngine::getTargetData() to c and ocaml... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Chuck Rose III | Updating win32 VStudio project files with new file... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Dale Johannesen | Fix a bug in Darwin EH: FDE->CIE pointer must |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Mikhail Glushenkov | Another test commit (with git-svn) |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Mikhail Glushenkov | Test commit |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Evan Cheng | One more coalescer fix wrt deadness propagation. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Evan Cheng | Avoid commuting a def MI in order to coalesce a copy... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Roman Levenstein | Use a linked data structure for the uses lists of an... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Roman Levenstein | Fixed some spelling errors. Thanks, Duncan! |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Roman Levenstein | Some improvements related to the computation of isReach... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Evan Cheng | Fix some SSE4.1 instruction encoding bugs. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Owen Anderson | Dead PHI instructions need to be handled specially. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Erick Tryzelaar | Test commit (removed trailing whitespace) |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Dale Johannesen | Use ## for comment delimiter on darwin x86-32, so |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Evan Cheng | Smaller function alignment when optimizing for size. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Evan Cheng | Rename option -optimizefor-size to -optimize-size. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Owen Anderson | Remove some debugging code. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Owen Anderson | StrongPHIElimination doesn't support swapping live... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Dan Gohman | A quick nm audit turned up several fixed tables and... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Dan Gohman | Avoid outputing spaces at the ends of lines. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Devang Patel | Do not align loops if optimizing for size. |
commit | commitdiff | tree | snapshot |
next |