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