2009-04-19 |
Nick Lewycky | Use an AssertingVH to detect the case where the Function...
|
commit | commitdiff | tree |
2009-04-19 |
Nick Lewycky | Fix missing text in doxygen documentation.
|
commit | commitdiff | tree |
2009-04-18 |
Nick Lewycky | Generalize to support more ARM types.
|
commit | commitdiff | tree |
2009-04-18 |
Nick Lewycky | Regenerate.
|
commit | commitdiff | tree |
2009-04-18 |
Nick Lewycky | Detect beagleboard as ARM. The $target is "armv7l".
|
commit | commitdiff | tree |
2009-04-15 |
Nick Lewycky | Limit the number of times we're willing to chase pointers...
|
commit | commitdiff | tree |
2009-04-13 |
Nick Lewycky | Fix ocaml bindings; add "available_externally" linkage...
|
commit | commitdiff | tree |
2009-04-13 |
Nick Lewycky | Fix warning in .ll parser, detect and reject available_exter...
|
commit | commitdiff | tree |
2009-04-13 |
Nick Lewycky | Regenerate.
|
commit | commitdiff | tree |
2009-04-13 |
Nick Lewycky | Link against libffi if available, fall back to "no...
|
commit | commitdiff | tree |
2009-04-13 |
Nick Lewycky | Add paragraph tags.
|
commit | commitdiff | tree |
2009-04-12 |
Nick Lewycky | Add Kaleidoscope to examples/ so that it gets built...
|
commit | commitdiff | tree |
2009-04-12 |
Nick Lewycky | Fix compile error. Pointed out by mait on #llvm IRC!
|
commit | commitdiff | tree |
2009-04-10 |
Nick Lewycky | Cleanup. Remove redundant llvm:: , we don't need them...
|
commit | commitdiff | tree |
2009-04-10 |
Nick Lewycky | Add utility function to IRBuilder that takes the difference...
|
commit | commitdiff | tree |
2009-04-10 |
Nick Lewycky | Regenerate.
|
commit | commitdiff | tree |
2009-04-09 |
Nick Lewycky | Fix pointer casting problem.
|
commit | commitdiff | tree |
2009-04-04 |
Nick Lewycky | Try SSE2?
|
commit | commitdiff | tree |
2009-04-04 |
Nick Lewycky | CloneModule stores the BasicBlock mapping in ValueMap...
|
commit | commitdiff | tree |
2009-04-04 |
Nick Lewycky | Remove bogus include.
|
commit | commitdiff | tree |
2009-04-04 |
Nick Lewycky | Add support for embedded metadata to LLVM. This introduces...
|
commit | commitdiff | tree |
2009-04-04 |
Nick Lewycky | Fix test on non-x86 platforms.
|
commit | commitdiff | tree |
2009-04-01 |
Nick Lewycky | Detect that we're building from a git checkout like...
|
commit | commitdiff | tree |
2009-03-20 |
Nick Lewycky | Revert r67334 and r37349 which break "make check" on...
|
commit | commitdiff | tree |
2009-03-19 |
Nick Lewycky | Fix a couple glaring whitespace issues. This file isn...
|
commit | commitdiff | tree |
2009-03-19 |
Nick Lewycky | Remove strange extra semicolons.
|
commit | commitdiff | tree |
2009-03-15 |
Nick Lewycky | Simplify. "Broken" is always true here.
|
commit | commitdiff | tree |
2009-03-15 |
Nick Lewycky | Remove obviously redundant call.
|
commit | commitdiff | tree |
2009-03-14 |
Nick Lewycky | Add a replacement for 2009-02-12-GEPNoalias.ll that...
|
commit | commitdiff | tree |
2009-03-12 |
Nick Lewycky | Regenerate.
|
commit | commitdiff | tree |
2009-03-12 |
Nick Lewycky | Set ARCH to x86 on mixed 32/64-bit Linux systems.
|
commit | commitdiff | tree |
2009-03-09 |
Nick Lewycky | Regenerate.
|
commit | commitdiff | tree |
2009-03-09 |
Nick Lewycky | Remove configurey-fu to autodetect hash_map and hash_set...
|
commit | commitdiff | tree |
2009-03-08 |
Nick Lewycky | Keep calling-convention and tail-call bit when creating...
|
commit | commitdiff | tree |
2009-03-08 |
Nick Lewycky | Fix comments, pointed out by Duncan Sands.
|
commit | commitdiff | tree |
2009-03-08 |
Nick Lewycky | Mark function returns as noalias.
|
commit | commitdiff | tree |
2009-03-08 |
Nick Lewycky | Fix misaligned whitespace. No functionality change.
|
commit | commitdiff | tree |
2009-03-07 |
Nick Lewycky | Revert r66315. Fix the build on mixed 64/32 Linux systems.
|
commit | commitdiff | tree |
2009-03-05 |
Nick Lewycky | Regenerate.
|
commit | commitdiff | tree |
2009-03-05 |
Nick Lewycky | Autodetect the availability of -export-dynamic in the...
|
commit | commitdiff | tree |
2009-03-03 |
Nick Lewycky | ENABLE_PIC is either 0 or 1, but is always defined.
|
commit | commitdiff | tree |
2009-03-03 |
Nick Lewycky | This bug's been fixed but a version with the fix hasn...
|
commit | commitdiff | tree |
2009-03-03 |
Nick Lewycky | Regenerate.
|
commit | commitdiff | tree |
2009-03-03 |
Nick Lewycky | Switch to using -Wl,-R on Solaris.
|
commit | commitdiff | tree |
2009-03-03 |
Nick Lewycky | Fix build on Cygwin.
|
commit | commitdiff | tree |
2009-03-01 |
Nick Lewycky | Add a quickstart example.
|
commit | commitdiff | tree |
2009-03-01 |
Nick Lewycky | Close list item tag, to conform with the style in this...
|
commit | commitdiff | tree |
2009-03-01 |
Nick Lewycky | Add the gold plugin page to the documentation index!
|
commit | commitdiff | tree |
2009-03-01 |
Nick Lewycky | Cleanup the description of flags to llvm-gcc. Also...
|
commit | commitdiff | tree |
2009-03-01 |
Nick Lewycky | Don't forget the important part. llvm-gcc -use-gold...
|
commit | commitdiff | tree |
2009-03-01 |
Nick Lewycky | Fix grammar.
|
commit | commitdiff | tree |
2009-03-01 |
Nick Lewycky | First pass at a document describing how to achieve...
|
commit | commitdiff | tree |
2009-02-28 |
Nick Lewycky | Update this text for first-class aggregates.
|
commit | commitdiff | tree |
2009-02-27 |
Nick Lewycky | Silence compiler warning about use of uninitialized...
|
commit | commitdiff | tree |
2009-02-27 |
Nick Lewycky | Fix compiler warning about uninitialized variables...
|
commit | commitdiff | tree |
2009-02-26 |
Nick Lewycky | Tabs to spaces presto chango! Pointed out by Duncan...
|
commit | commitdiff | tree |
2009-02-26 |
Nick Lewycky | Fix typo.
|
commit | commitdiff | tree |
2009-02-26 |
Nick Lewycky | Fix typo!
|
commit | commitdiff | tree |
2009-02-26 |
Nick Lewycky | Force 'llvm-config' to go first, optionally followed...
|
commit | commitdiff | tree |
2009-02-26 |
Nick Lewycky | Remove libtool.
|
commit | commitdiff | tree |
2009-02-26 |
Nick Lewycky | Add the function attributes pass during LTO time.
|
commit | commitdiff | tree |
2009-02-25 |
Nick Lewycky | Add a totally synthetic situation I came up with while...
|
commit | commitdiff | tree |
2009-02-25 |
Nick Lewycky | Recommend against using Gold to build LLVM.
|
commit | commitdiff | tree |
2009-02-23 |
Nick Lewycky | If nobody minds, I'm using LTO to produce faster binaries...
|
commit | commitdiff | tree |
2009-02-22 |
Nick Lewycky | Add an option to the gold plugin to make it emit a...
|
commit | commitdiff | tree |
2009-02-21 |
Nick Lewycky | Regenerate.
|
commit | commitdiff | tree |
2009-02-21 |
Nick Lewycky | Remove tests for flex/bison which are no longer needed...
|
commit | commitdiff | tree |
2009-02-21 |
Nick Lewycky | Don't sign extend the char when expanding char -> int...
|
commit | commitdiff | tree |
2009-02-21 |
Nick Lewycky | Pass different flags on different platforms when building...
|
commit | commitdiff | tree |
2009-02-19 |
Nick Lewycky | Regenerate.
|
commit | commitdiff | tree |
2009-02-19 |
Nick Lewycky | Default to building with position independent code...
|
commit | commitdiff | tree |
2009-02-16 |
Nick Lewycky | Fix typo caused by too much surfing, dudes...
|
commit | commitdiff | tree |
2009-02-15 |
Nick Lewycky | Demonstrate the act of including multiple space-separated...
|
commit | commitdiff | tree |
2009-02-15 |
Nick Lewycky | Shoot! Remove this debugging line again!
|
commit | commitdiff | tree |
2009-02-15 |
Nick Lewycky | Don't discard definitions of common symbols. Not sure...
|
commit | commitdiff | tree |
2009-02-15 |
Nick Lewycky | Update the list of function annotations for nocapture...
|
commit | commitdiff | tree |
2009-02-13 |
Nick Lewycky | Mark strto* as readonly when the endptr is null.
|
commit | commitdiff | tree |
2009-02-13 |
Nick Lewycky | On strtod and friends, mark 'endptr' nocapture in the...
|
commit | commitdiff | tree |
2009-02-13 |
Nick Lewycky | Reapply r64300:
|
commit | commitdiff | tree |
2009-02-13 |
Nick Lewycky | BasicAA was making the assumption that a local allocation...
|
commit | commitdiff | tree |
2009-02-12 |
Nick Lewycky | Don't mark all args to strtod and friends as nocapture.
|
commit | commitdiff | tree |
2009-02-11 |
Nick Lewycky | Try this. Darwin -> LTO, PIC -> LTO + possibly gold...
|
commit | commitdiff | tree |
2009-02-07 |
Nick Lewycky | Add an API for strings with possible NULLs in the middle...
|
commit | commitdiff | tree |
2009-02-07 |
Nick Lewycky | Free the buffer in the case where we don't create a...
|
commit | commitdiff | tree |
2009-02-06 |
Nick Lewycky | Correct strange whitespace.
|
commit | commitdiff | tree |
2009-02-06 |
Nick Lewycky | Free the buffer.
|
commit | commitdiff | tree |
2009-02-05 |
Nick Lewycky | It's not obvious, but lto_module_create_from_memory...
|
commit | commitdiff | tree |
2009-02-05 |
Nick Lewycky | Remove accidentally included debug message!
|
commit | commitdiff | tree |
2009-02-04 |
Nick Lewycky | Regenerate.
|
commit | commitdiff | tree |
2009-02-04 |
Nick Lewycky | Reapply patch from r62553, with a fix to avoid looking...
|
commit | commitdiff | tree |
2009-02-03 |
Nick Lewycky | Add LLVM plugin for gold.
|
commit | commitdiff | tree |
2009-02-03 |
Nick Lewycky | Regenerate configure.
|
commit | commitdiff | tree |
2009-02-03 |
Nick Lewycky | Add the ability to pass the path to binutils source...
|
commit | commitdiff | tree |
2009-02-03 |
Nick Lewycky | Revert r63600. It didn't fix the bug, it just moved...
|
commit | commitdiff | tree |
2009-02-03 |
Nick Lewycky | Update the callgraph when replacing InvokeInst with...
|
commit | commitdiff | tree |
2009-01-31 |
Nick Lewycky | Reinstate this optimization to fold icmp of xor when...
|
commit | commitdiff | tree |
2009-01-26 |
Nick Lewycky | Build libLTO on any platform so long as PIC is enabled.
|
commit | commitdiff | tree |
2009-01-25 |
Nick Lewycky | Start generating arbitrary precision integer SCEVs...
|
commit | commitdiff | tree |
2009-01-25 |
Nick Lewycky | Actually run the test in this directory.
|
commit | commitdiff | tree |
2009-01-25 |
Nick Lewycky | The function that does nothing but call malloc is noalias...
|
commit | commitdiff | tree |
next |