| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update clang section. | Chris Lattner | 2009-10-09 | 1 | -15/+13 |
| | | | | | llvm-svn: 83615 | ||||
| * | some updates from users of llvm | Chris Lattner | 2009-10-08 | 1 | -8/+7 |
| | | | | | llvm-svn: 83551 | ||||
| * | all content split into sections, still much work to be done. | Chris Lattner | 2009-10-08 | 1 | -65/+73 |
| | | | | | llvm-svn: 83532 | ||||
| * | checkpoint, this is still not comprehendible. | Chris Lattner | 2009-10-08 | 1 | -120/+138 |
| | | | | | llvm-svn: 83530 | ||||
| * | callgraph changes came after the 2.6 branch. | Chris Lattner | 2009-10-05 | 1 | -1/+0 |
| | | | | | llvm-svn: 83299 | ||||
| * | Move implicit and paralle to a separate codegen specific section. | Evan Cheng | 2009-10-05 | 1 | -7/+19 |
| | | | | | llvm-svn: 83291 | ||||
| * | add some completely unformated and probably incoherent notes about things | Chris Lattner | 2009-10-05 | 1 | -11/+127 |
| | | | | | | | I saw while reading all the commits between the 2.5 and 2.6 release branches. llvm-svn: 83287 | ||||
| * | add macruby, fix a validation problem. | Chris Lattner | 2009-09-30 | 1 | -1/+24 |
| | | | | | llvm-svn: 83142 | ||||
| * | Forgot to update the documentation in r82906. s/DEBUG_RUNTIME/DEBUG_SYMBOLS/. | Jeffrey Yasskin | 2009-09-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 83015 | ||||
| * | Document a bug in the ocaml bindings has wrong linkage values. | Erick Tryzelaar | 2009-09-28 | 1 | -0/+14 |
| | | | | | llvm-svn: 82966 | ||||
| * | Regenerate. | Mikhail Glushenkov | 2009-09-28 | 1 | -7/+13 |
| | | | | | llvm-svn: 82958 | ||||
| * | Remove the "metadata*" type and simplify the code it complicated. This was only | Nick Lewycky | 2009-09-27 | 1 | -4/+4 |
| | | | | | | | | used to support GlobalVariables storing MDNodes, back when they were derived from Constant before the introduction of NamedMDNode, but never removed. llvm-svn: 82943 | ||||
| * | rename REG -> REGISTER to make it explicit in the doc. <tt>ify some stuff. | Chris Lattner | 2009-09-27 | 1 | -8/+8 |
| | | | | | llvm-svn: 82892 | ||||
| * | implement and document support for filecheck variables. This | Chris Lattner | 2009-09-27 | 1 | -1/+40 |
| | | | | | | | | | | | allows matching and remembering a string and then matching and verifying that the string occurs later in the file. Change X86/xor.ll to use this in some cases where the test was checking for an arbitrary register allocation decision. llvm-svn: 82891 | ||||
| * | Remove dead code from this function and optimize. Update its corresponding | Nick Lewycky | 2009-09-27 | 1 | -5/+5 |
| | | | | | | | LangRef entry too. llvm-svn: 82890 | ||||
| * | Correct the version numbers to match those actually tested for by | Nick Lewycky | 2009-09-27 | 1 | -3/+3 |
| | | | | | | | autoconf/AutoRegen.sh. llvm-svn: 82886 | ||||
| * | Move the integer type out of 'derived' and into 'primitive'. This permits us | Nick Lewycky | 2009-09-27 | 1 | -49/+51 |
| | | | | | | | | | | | to explain that derived types are all composed of other types, which primitive types aren't. Without moving integer out of derived, this wouldn't be true. Perform a few trivial cleanups; 'i1' went from a link to #t_primitive to #t_integer (a holdover from when it was a bool type I suppose). llvm-svn: 82884 | ||||
| * | Revise C library functions description to be vaguer, per Chris. | Dale Johannesen | 2009-09-25 | 1 | -5/+4 |
| | | | | | llvm-svn: 82776 | ||||
| * | This patch causes the --enable-debug-runtime configure flag and the | Jeffrey Yasskin | 2009-09-25 | 1 | -0/+5 |
| | | | | | | | | | DEBUG_RUNTIME Makefile variable to pass -g to gcc when building LLVM's objects. Without this, it's very hard to debug crashes that happen in Release-Asserts mode but not Debug mode. llvm-svn: 82775 | ||||
| * | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 1 | -0/+34 |
| | | | | | | | | | ; CHECK: movl {{%e[a-z][xi]}}, %eax or whatever. llvm-svn: 82717 | ||||
| * | Clarify that llvm attaches C language semantics to | Dale Johannesen | 2009-09-24 | 1 | -0/+7 |
| | | | | | | | functions with names that match the C library. llvm-svn: 82701 | ||||
| * | Sync c++ kaleidoscope tutorial with test. | Erick Tryzelaar | 2009-09-22 | 6 | -88/+95 |
| | | | | | llvm-svn: 82572 | ||||
| * | Add documentation on how to use enable debug information in the JIT and use ↵ | Reid Kleckner | 2009-09-21 | 2 | -0/+174 |
| | | | | | | | it with GDB. llvm-svn: 82425 | ||||
| * | grammaro | Chris Lattner | 2009-09-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 82412 | ||||
| * | implement and document support for CHECK-NOT | Chris Lattner | 2009-09-20 | 1 | -0/+30 |
| | | | | | llvm-svn: 82408 | ||||
| * | apparently russians are really hard to sort or something! | Chris Lattner | 2009-09-16 | 1 | -2/+2 |
| | | | | | llvm-svn: 82016 | ||||
| * | I can sort, no really. | Chris Lattner | 2009-09-16 | 1 | -3/+3 |
| | | | | | llvm-svn: 82015 | ||||
| * | make more clear since it is sorted by last name now. | Chris Lattner | 2009-09-16 | 1 | -1/+1 |
| | | | | | llvm-svn: 82014 | ||||
| * | Doug is now the code owner for most of the Clang frontend. | Chris Lattner | 2009-09-16 | 1 | -2/+4 |
| | | | | | llvm-svn: 82013 | ||||
| * | Ted is christened as the owner of the clang static analyzer. | Chris Lattner | 2009-09-16 | 1 | -0/+2 |
| | | | | | llvm-svn: 82008 | ||||
| * | Put back non-obsolete -f sections for 'opt'. | Daniel Dunbar | 2009-09-15 | 1 | -0/+6 |
| | | | | | llvm-svn: 81954 | ||||
| * | Remove references to obsolete -f option. | Daniel Dunbar | 2009-09-15 | 2 | -12/+0 |
| | | | | | llvm-svn: 81911 | ||||
| * | Update llc/opt PODs to clarify they support .ll input. | Daniel Dunbar | 2009-09-15 | 2 | -17/+19 |
| | | | | | llvm-svn: 81910 | ||||
| * | Give llvm-link a -S option. | Dan Gohman | 2009-09-15 | 1 | -0/+4 |
| | | | | | llvm-svn: 81859 | ||||
| * | Expose initializing the native target for the execution engine. | Erick Tryzelaar | 2009-09-14 | 4 | -0/+8 |
| | | | | | llvm-svn: 81800 | ||||
| * | Make sure to initialize the fpm in the ocaml tutorial. | Erick Tryzelaar | 2009-09-14 | 4 | -0/+10 |
| | | | | | llvm-svn: 81799 | ||||
| * | CMake: New user-settable variable LLVM_TARGET_ARCH useful when | Oscar Fuentes | 2009-09-13 | 1 | -0/+10 |
| | | | | | | | | | cross-compiling. Patch by Xerxes Rånby! llvm-svn: 81722 | ||||
| * | Update the tutorial to match changes to examples/Kaleidoscope. | Nick Lewycky | 2009-09-13 | 5 | -29/+77 |
| | | | | | | | | One change I'm not folding in is the removal of two unused variables that caused warnings, because those were there for expository purposes. llvm-svn: 81721 | ||||
| * | remove two docs about the old Sparc backend which used Value*'s for vregs. | Chris Lattner | 2009-09-13 | 2 | -76/+0 |
| | | | | | llvm-svn: 81680 | ||||
| * | move old clang readme here. | Chris Lattner | 2009-09-13 | 1 | -0/+178 |
| | | | | | llvm-svn: 81679 | ||||
| * | we don't want people to override printBasicBlockLabel. | Chris Lattner | 2009-09-12 | 1 | -3/+1 |
| | | | | | llvm-svn: 81651 | ||||
| * | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | working. To support this, add an is_displayed() function to raw_ostream, and generalize Process::StandardOutIsDisplayed and friends in order to support it. Also, call RemoveFileOnSignal before creating a file instead of after, so that the file isn't left behind if the program is interrupted between when the file is created and RemoveFileOnSignal is called. While here, add a -S to llvm-extract and port it to IRReader so that it supports assembly input. llvm-svn: 81568 | ||||
| * | more typos | Chris Lattner | 2009-09-11 | 1 | -5/+6 |
| | | | | | llvm-svn: 81499 | ||||
| * | Fix validation errors. | Bill Wendling | 2009-09-10 | 1 | -3/+3 |
| | | | | | llvm-svn: 81466 | ||||
| * | Fix validation errors. | Bill Wendling | 2009-09-10 | 1 | -9/+11 |
| | | | | | llvm-svn: 81465 | ||||
| * | add another broken version of gcc, thanks to Niels Moller for pointing this out. | Chris Lattner | 2009-09-10 | 1 | -1/+2 |
| | | | | | llvm-svn: 81449 | ||||
| * | Remove prcontext. | Daniel Dunbar | 2009-09-10 | 1 | -8/+0 |
| | | | | | llvm-svn: 81427 | ||||
| * | Correct __cxa_end_catch documentation to reflect that it doesn't take any ↵ | Eric Christopher | 2009-09-09 | 1 | -4/+9 |
| | | | | | | | arguments. llvm-svn: 81307 | ||||
| * | another typo | Chris Lattner | 2009-09-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 81243 | ||||
| * | fix a couple typos pointed out by edwin and duncan | Chris Lattner | 2009-09-08 | 1 | -2/+2 |
| | | | | | llvm-svn: 81219 | ||||

