aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement Path::MapInFilePages/UnMapFilePages on unix, which Chris Lattner2008-04-012-7/+11
* Reimplement MemoryBuffer::getFile with three enhancements:Chris Lattner2008-04-011-85/+64
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-013-0/+43
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-014-49/+36
* prune unneeded #includesChris Lattner2008-04-011-3/+0
* rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.Chris Lattner2008-04-012-29/+25
* Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner2008-04-013-6/+5
* Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner2008-04-013-20/+11
* Change DiffFilesWithTolerance to be written in terms of MemoryBuffer,Chris Lattner2008-04-011-73/+56
* add an accessor.Chris Lattner2008-04-011-0/+3
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-018-137/+23
* remove extraneous #includeChris Lattner2008-04-011-1/+1
* add missing #includesChris Lattner2008-04-013-0/+3
* More soft fp fixes.Evan Cheng2008-04-012-2/+5
* Pasto.Evan Cheng2008-04-011-1/+1
* Add comment.Evan Cheng2008-04-011-0/+1
* Unbreak ARM / Thumb soft FP support.Evan Cheng2008-04-013-9/+31
* Accept 'y' constraint (MMX) in inline asm.Dale Johannesen2008-04-011-0/+1
* update comment.Chris Lattner2008-04-011-2/+3
* cleanup the MappedFile API and comments. This removes and updatesChris Lattner2008-04-013-213/+159
* remove DEFINING_FILE_FOR for MappedFile.hChris Lattner2008-04-012-5/+1
* Emit exception handling info for functions which areDale Johannesen2008-03-318-25/+49
* Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen2008-03-3114-31/+31
* It's not safe to fold a load from GV stub or constantpool into a two-address ...Evan Cheng2008-03-313-2/+51
* Actually disable crash reporting on Mac OS X, returning bugpoint to speedyNate Begeman2008-03-311-23/+6
* Set blockBegin to point to the beginning of the block,Dan Gohman2008-03-311-2/+2
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-3124-149/+98
* Fix a DAGCombiner optimization to respect volatile qualification.Dan Gohman2008-03-312-1/+26
* Add a unified 'generated documentation' target so the web site script has a c...Gordon Henriksen2008-03-311-1/+5
* test commitTorok Edwin2008-03-311-1/+1
* Reverting r48974. See PR2183 for details.Gordon Henriksen2008-03-311-4/+4
* Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar2008-03-315-0/+39
* There isn't any c++ code in LangImpl8.html, so use thatErick Tryzelaar2008-03-311-1/+1
* Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorialErick Tryzelaar2008-03-315-6/+5051
* Re-apply 48911.Evan Cheng2008-03-311-8/+12
* The support for remat of instructions with a register operand is hackish, to ...Evan Cheng2008-03-311-18/+7
* Quote the ocaml executablesErick Tryzelaar2008-03-311-4/+4
* Fix a major bug in the DFS calculation. Thanks for Christopher Lamb for poin...Owen Anderson2008-03-311-1/+1
* Don't eliminate bitcast instructions that change the type of a pointerNate Begeman2008-03-312-19/+26
* Tweak build system to allow for installing the tutorial and uninstalling the ...Erick Tryzelaar2008-03-303-3/+35
* Fix comment typo.Duncan Sands2008-03-301-1/+1
* Fix some documentation for the tutorial.Erick Tryzelaar2008-03-302-40/+40
* Moved from PR1570.Nick Lewycky2008-03-301-0/+26
* stop building llvmc.Chris Lattner2008-03-301-1/+1
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-3011-0/+19
* minor code cleanups, allow constant folding sinf/cosf.Chris Lattner2008-03-301-20/+26
* fix typo, PR2181Chris Lattner2008-03-301-2/+2
* Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial.Erick Tryzelaar2008-03-302-0/+2115
* Cosmetic changes.Evan Cheng2008-03-291-24/+3
* Honour another bunch of parameter attributes in llvm2cppAnton Korobeynikov2008-03-291-0/+8