| Commit message (Expand) | Author | Age | Files | Lines |
* | * Add units to the yaxis of each chart | Chris Lattner | 2003-11-08 | 2 | -14/+56 |
* | Since we are collecting all of this data, we might as well graph it! | Chris Lattner | 2003-11-08 | 1 | -3/+202 |
* | Fix two typos I found in comments. | Brian Gaeke | 2003-11-08 | 2 | -3/+3 |
* | Update the portability section | Chris Lattner | 2003-11-08 | 1 | -4/+7 |
* | sjlj bug | Chris Lattner | 2003-11-08 | 1 | -0/+1 |
* | Fix wierd problems linking C programs which look for symbols in libstdc++. | Chris Lattner | 2003-11-08 | 1 | -3/+0 |
* | Add news from brian | Chris Lattner | 2003-11-08 | 1 | -7/+22 |
* | First pass at cleaning up LangRef.html: stylesheet-ification, consistent | Misha Brukman | 2003-11-08 | 1 | -665/+1016 |
* | For some reason, LICM and GCSE like to crash the FunctionPassManager when they | Misha Brukman | 2003-11-08 | 1 | -2/+4 |
* | Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoid | Chris Lattner | 2003-11-07 | 2 | -4/+26 |
* | Implement vaarg instruction. This is not quite perfect: 2003-08-11-VaListArg | Brian Gaeke | 2003-11-07 | 2 | -0/+36 |
* | Implement branching to a PC-relative constant (not a BasicBlock). | Misha Brukman | 2003-11-07 | 1 | -7/+7 |
* | popStackAndReturnValueToCaller() must advance instruction pointer to normal | Brian Gaeke | 2003-11-07 | 1 | -5/+24 |
* | PreSelection is not optional, it performs a necessary and vital transformation | Misha Brukman | 2003-11-07 | 1 | -12/+15 |
* | Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass. | Misha Brukman | 2003-11-07 | 1 | -15/+0 |
* | Add stub version of unwind support | Brian Gaeke | 2003-11-07 | 2 | -0/+5 |
* | visitCallInst --> visitCallSite. | Brian Gaeke | 2003-11-07 | 2 | -4/+7 |
* | Make the operation of visitCallInst() only depend on the CallSite. | Brian Gaeke | 2003-11-07 | 1 | -7/+9 |
* | Completely hacked apart the file and put it back together using stylesheets. | Misha Brukman | 2003-11-07 | 1 | -958/+1006 |
* | Actually have a target "#introduction" if we're making a link to it. | Misha Brukman | 2003-11-07 | 1 | -1/+1 |
* | Use CallSites for call sites, instead of CallInsts. A revolutionary concept. | Brian Gaeke | 2003-11-07 | 2 | -9/+10 |
* | Mention class CallSite | Brian Gaeke | 2003-11-07 | 1 | -1/+28 |
* | Add a warning about not "new"ing or "delete"ing CallSites | Brian Gaeke | 2003-11-07 | 1 | -0/+6 |
* | Added ability to register FunctionPasses as optimizations, with | Misha Brukman | 2003-11-07 | 1 | -0/+20 |
* | Make the page footer consistent with the rest of the site. | Misha Brukman | 2003-11-07 | 1 | -5/+5 |
* | Switch to emitting MachineConstantPool the way it was meant to be done. | Misha Brukman | 2003-11-07 | 2 | -49/+8 |
* | Switch to using the standard representation of the constant pool -- namely, the | Misha Brukman | 2003-11-07 | 1 | -338/+322 |
* | We accept TargetMachine as a const reference. | Misha Brukman | 2003-11-07 | 1 | -3/+3 |
* | PreSelection and PeepholeOpts are now FunctionPasses. | Misha Brukman | 2003-11-07 | 1 | -2/+2 |
* | * Stop making a global for each constant that cannot live in an instruction; | Misha Brukman | 2003-11-07 | 1 | -36/+14 |
* | * Use the MachineConstantPool for storing constants instead of a hash_set; | Misha Brukman | 2003-11-07 | 1 | -17/+41 |
* | Use `basename $<` to get just the filename, not full path, for ease of reading. | Misha Brukman | 2003-11-07 | 1 | -2/+2 |
* | Declare FunctionPasses as such so that they can be used in FunctionPassManager. | Misha Brukman | 2003-11-07 | 3 | -3/+3 |
* | Declare FunctionPasses as such. | Misha Brukman | 2003-11-07 | 1 | -3/+3 |
* | Add some ctors for this allocator | Chris Lattner | 2003-11-07 | 2 | -0/+8 |
* | Refactor the return-from-function code into popStackAndReturnValueToCaller(). | Brian Gaeke | 2003-11-07 | 2 | -37/+42 |
* | Add bugz | Chris Lattner | 2003-11-07 | 1 | -1/+6 |
* | Fix a really bad build problem for users who have .o in their build directory! | Chris Lattner | 2003-11-07 | 1 | -2/+2 |
* | Hopefully this will fix PR98 | Chris Lattner | 2003-11-07 | 1 | -2/+2 |
* | Hopefully fix the objdir != srcdir issue | Chris Lattner | 2003-11-07 | 1 | -6/+12 |
* | * Added a "contents"-like list of questions at the beginning of the file | Misha Brukman | 2003-11-06 | 1 | -204/+308 |
* | fix warnings on sparc | Chris Lattner | 2003-11-06 | 2 | -2/+2 |
* | Fix warnings building on sparc | Chris Lattner | 2003-11-06 | 1 | -2/+2 |
* | All 'llvmgcc' tests should specify %llvmgcc so that the path is passed | Brian Gaeke | 2003-11-06 | 4 | -4/+4 |
* | No wonder noone can set up LLVMGCCDIR correctly! | Chris Lattner | 2003-11-06 | 1 | -6/+6 |
* | Add new commandline option | Chris Lattner | 2003-11-06 | 1 | -1/+7 |
* | Add new command line option | Chris Lattner | 2003-11-06 | 1 | -2/+5 |
* | Various cleanups and efficiency improvements | Chris Lattner | 2003-11-06 | 1 | -38/+24 |
* | Fix bug: PR93 | Chris Lattner | 2003-11-06 | 1 | -0/+29 |
* | * Make the comment header 80 columns long | Misha Brukman | 2003-11-06 | 1 | -3/+3 |