2006-06-16 |
Chris Lattner | Document the subtarget features better, make sure that...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Rename some subtarget features. A CPU now can *have...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | apple's compiler works too
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | This test isn't implemented yet
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | First baby step towards ppc64 support. This adds a...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Fix Regression/Linker/2006-06-15-GlobalVarAnment.ll
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | New testcase, the linker is not merging alignments...
|
commit | commitdiff | tree |
2006-06-15 |
Chris Lattner | Teach the local allocator to know that live-in values...
|
commit | commitdiff | tree |
2006-06-15 |
Chris Lattner | Add a note that Nate noticed.
|
commit | commitdiff | tree |
2006-06-15 |
Chris Lattner | Add some more matcher classes for shifts.
|
commit | commitdiff | tree |
2006-06-15 |
Chris Lattner | Implement Transforms/InstCombine/bswap.ll, turning...
|
commit | commitdiff | tree |
2006-06-15 |
Chris Lattner | new testcase, instcombine should turn these into llvm...
|
commit | commitdiff | tree |
2006-06-15 |
Chris Lattner | Fix building on case-sensitive file systems, grr :)
|
commit | commitdiff | tree |
2006-06-14 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2006-06-14 |
Chris Lattner | new testcase, not currently working.
|
commit | commitdiff | tree |
2006-06-14 |
Chris Lattner | Fix Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI...
|
commit | commitdiff | tree |
2006-06-14 |
Chris Lattner | new testcase, distilled from povray
|
commit | commitdiff | tree |
2006-06-14 |
Chris Lattner | Use the PotDoms map to memoize 'dominating value' lookup...
|
commit | commitdiff | tree |
2006-06-13 |
Chris Lattner | Port some bugfixes in shift handling from SimplifyDemandedBi...
|
commit | commitdiff | tree |
2006-06-13 |
Chris Lattner | Teach bugpoint to kill optimization passes that run...
|
commit | commitdiff | tree |
2006-06-13 |
Chris Lattner | Decribe the "implementation" keyword.
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | Gaar! Don't use r11 for CR save/restore, use R0. ...
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | Fix spilling and reloading of CR regs to reload the...
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | Fix an infinite loop on Transforms/SimplifyCFG/2006...
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | TEstcase that makes simplifycfg infloop.
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | Add a new -compileflags options, remove old externals...
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | Make sure to update the CFG correctly if a switch only...
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | New testcase that crashes llc
|
commit | commitdiff | tree |
2006-06-10 |
Chris Lattner | Add a missing assertion that would have helped out...
|
commit | commitdiff | tree |
2006-06-10 |
Chris Lattner | Work around a nasty tblgen bug where it doesn't add...
|
commit | commitdiff | tree |
2006-06-10 |
Chris Lattner | Fix a problem exposed by the local allocator. CALL...
|
commit | commitdiff | tree |
2006-06-09 |
Chris Lattner | Wrap to 80 cols
|
commit | commitdiff | tree |
2006-06-09 |
Chris Lattner | After telling GCC to type of the input file with -x...
|
commit | commitdiff | tree |
2006-06-08 |
Chris Lattner | Fix X86/inline-asm.ll:test2, a case where an input...
|
commit | commitdiff | tree |
2006-06-08 |
Chris Lattner | Add new testcase
|
commit | commitdiff | tree |
2006-06-08 |
Chris Lattner | Fix Regression/CodeGen/X86/inline-asm.ll, a case where...
|
commit | commitdiff | tree |
2006-06-08 |
Chris Lattner | New testcase, using "AX" as i32.
|
commit | commitdiff | tree |
2006-06-08 |
Chris Lattner | Add support for "m" inline asm constraints.
|
commit | commitdiff | tree |
2006-06-08 |
Chris Lattner | Fix an assert-on-inline-inline-asm bug.
|
commit | commitdiff | tree |
2006-06-08 |
Chris Lattner | This no longer needs plugins, this it doesn't need...
|
commit | commitdiff | tree |
2006-06-07 |
Chris Lattner | Add a virtual dtor to the InlineAsm class so that the...
|
commit | commitdiff | tree |
2006-06-07 |
Chris Lattner | Fix a bug where the types for inlineasm nodes were...
|
commit | commitdiff | tree |
2006-06-07 |
Chris Lattner | Remove useless noop argument
|
commit | commitdiff | tree |
2006-06-06 |
Chris Lattner | Fix a bug in the following scenario.
|
commit | commitdiff | tree |
2006-06-06 |
Chris Lattner | document --libfiles
|
commit | commitdiff | tree |
2006-06-06 |
Chris Lattner | Add a new --libfiles option, for getting fully-qualified...
|
commit | commitdiff | tree |
2006-06-06 |
Chris Lattner | Move toolrunner out of libsupport into the bugpoint...
|
commit | commitdiff | tree |
2006-06-06 |
Chris Lattner | Move ToolRunner.(cpp|h) into the bugpoint directory
|
commit | commitdiff | tree |
2006-06-06 |
Chris Lattner | Fix a bug in a recent patch. This fixes UnitTests...
|
commit | commitdiff | tree |
2006-06-06 |
Chris Lattner | Now that PR633 is implemented, the CBE can know to...
|
commit | commitdiff | tree |
2006-06-06 |
Chris Lattner | Add PowerPC intrinsics to support dcbz[l]
|
commit | commitdiff | tree |
2006-06-06 |
Chris Lattner | Make the llvm-config library dependency database depend...
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | temporarily add back this option, I will remove it...
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | More of PR728, don't install utils either.
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Part of PR728, don't install examples or projects.
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Fix a -pedantic warning
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Add flags to get access to build_mode, objdir, srcdir...
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Make llvm-config "do the right thing" when an install...
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Capture the build mode (e.g. Debug/Release) in the...
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Remove unneeded hook. Patch by Anton K. Thanks!
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Convert to standard file header
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Remove a couple of things no longer figured out by...
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Add mingw support, patch contributed by Anton
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Force anything that #includes llvm/Transforms/Utils...
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Fix build on systems with broken bison
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Fix build on systems with bad bison's
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Add tblgen to the index
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | tblgen isn't related to llvm2cpp. Fix typo
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Add a gross "--use-current-dir-as-prefix" option as...
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Remove some variables from the configured section that...
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Remove more "alpha is archive" stuff.
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Remove obsolete CORE_IS_ARCHIVE support
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Remove obsolete CORE_IS_ARCHIVE stuff.
|
commit | commitdiff | tree |
2006-06-02 |
Chris Lattner | Update the ignore file
|
commit | commitdiff | tree |
2006-06-01 |
Chris Lattner | testcase for the recent inliner improvement.
|
commit | commitdiff | tree |
2006-06-01 |
Chris Lattner | Remove dead #include
|
commit | commitdiff | tree |
2006-06-01 |
Chris Lattner | Make the "pruning cloner" smarter. As it propagates...
|
commit | commitdiff | tree |
2006-06-01 |
Chris Lattner | Fix linking of inline asm objects.
|
commit | commitdiff | tree |
2006-06-01 |
Chris Lattner | Fix -pedantic warnings.
|
commit | commitdiff | tree |
2006-06-01 |
Chris Lattner | Fix -pedantic warnings
|
commit | commitdiff | tree |
2006-06-01 |
Chris Lattner | Fix -pedantic warning
|
commit | commitdiff | tree |
2006-06-01 |
Chris Lattner | Silence -pedantic warning
|
commit | commitdiff | tree |
2006-06-01 |
Chris Lattner | Silence a -pedantic warning.
|
commit | commitdiff | tree |
2006-06-01 |
Chris Lattner | Silence -pedantic warning.
|
commit | commitdiff | tree |
2006-06-01 |
Chris Lattner | Silence some -pedantic warnings.
|
commit | commitdiff | tree |
2006-06-01 |
Chris Lattner | Fix a typo
|
commit | commitdiff | tree |
2006-05-31 |
Chris Lattner | Fix utostr once and for all, by making there only be...
|
commit | commitdiff | tree |
2006-05-31 |
Chris Lattner | Swap the order of operands created here. For +&|^...
|
commit | commitdiff | tree |
2006-05-30 |
Chris Lattner | Add a note
|
commit | commitdiff | tree |
2006-05-30 |
Chris Lattner | Always reserve space for 8 spilled GPRs. GCC apparently...
|
commit | commitdiff | tree |
2006-05-30 |
Chris Lattner | Enable -fno-use-cxa-atexit on darwin/ppc also.
|
commit | commitdiff | tree |
2006-05-29 |
Chris Lattner | Silly cleanup
|
commit | commitdiff | tree |
2006-05-29 |
Chris Lattner | silly cleanup
|
commit | commitdiff | tree |
2006-05-27 |
Chris Lattner | Fix some regression from the inliner patch I committed...
|
commit | commitdiff | tree |
2006-05-27 |
Chris Lattner | Fix pastos in comments
|
commit | commitdiff | tree |
2006-05-27 |
Chris Lattner | Switch the inliner over to using CloneAndPruneFunctionInto...
|
commit | commitdiff | tree |
2006-05-27 |
Chris Lattner | Ignore generated files
|
commit | commitdiff | tree |
2006-05-27 |
Chris Lattner | Implement a new method, CloneAndPruneFunctionInto,...
|
commit | commitdiff | tree |
2006-05-27 |
Chris Lattner | Implement a new method: CloneAndPruneFunctionInto,...
|
commit | commitdiff | tree |
2006-05-27 |
Chris Lattner | Refactor some code to expose an interface to constant...
|
commit | commitdiff | tree |
next |