aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner2009-10-0528-3547/+2
* add some completely unformated and probably incoherent notes about thingsChris Lattner2009-10-051-11/+127
* Do away with the strange use of BitVectors in SSI, and just use normal sets. ...Owen Anderson2009-10-042-135/+101
* Whitespace and formatting.Jakob Stoklund Olesen2009-10-041-42/+16
* Remove trailing whitespace from build output.Jakob Stoklund Olesen2009-10-041-1/+1
* Fix a typo in the comment.Owen Anderson2009-10-041-1/+1
* SSI needs to require DT and DF transitively, since it uses them outside of it...Owen Anderson2009-10-041-3/+3
* CMake: remove .so file extension from library names when buildingOscar Fuentes2009-10-041-1/+1
* Allow -inline-threshold override default threshold even if compiling to optim...Evan Cheng2009-10-041-0/+1
* Rename enum NumOccurrences to NumOccurrencesFlag since there is a member name...Evan Cheng2009-10-041-6/+8
* Requires element types in a constant initializer to match the element types ofNick Lewycky2009-10-031-11/+3
* Add a comment to describe letters used in multiclass name suffixes.Bob Wilson2009-10-031-0/+6
* Fix encoding problem for VMLS instruction.Bob Wilson2009-10-031-1/+1
* Oops. Renamed remaining MachineInstrIndex references.Lang Hames2009-10-036-21/+21
* Renamed MachineInstrIndex to LiveIndex.Lang Hames2009-10-0312-402/+402
* Try to fix unit test linking on linux ...Benjamin Kramer2009-10-021-2/+2
* MingW build fixesBenjamin Kramer2009-10-022-1/+7
* Fix a use-after-free in post-ra-scheduling.Benjamin Kramer2009-10-021-1/+3
* Fix make rule when objdir is inside srcdir.Torok Edwin2009-10-021-1/+1
* getFunctionAlignment should return log2 alignment.Evan Cheng2009-10-022-3/+4
* Fix tests.Evan Cheng2009-10-022-3/+3
* Fix test.Evan Cheng2009-10-021-1/+2
* C++ member functions must be 2 byte aligned per ABI.Evan Cheng2009-10-021-0/+19
* Forgot about ARM::tPUSH. It also has a new writeback operand.Evan Cheng2009-10-022-0/+11
* Move load / store multiple before post-alloc scheduling.Evan Cheng2009-10-024-17/+7
* Test case for aligned attribute on function declaration.Evan Cheng2009-10-021-0/+7
* All callee-saved registers are live-out of a return block.David Goodwin2009-10-011-18/+21
* Remove neonfp attribute and instead set default based on CPU string. Add -arm...David Goodwin2009-10-0121-37/+40
* Expand api out in the usual inserter way, though, I do have aMike Stump2009-10-012-4/+23
* Restore the -post-RA-scheduler flag as an override for the target specificati...David Goodwin2009-10-019-15/+61
* ARM::tPOP and tPOP_RET each has an extra writeback operand now.Evan Cheng2009-10-014-2/+19
* remove trailing whitespaceJim Grosbach2009-10-011-19/+19
* Add support to extract lexical scope information from DebugLoc attached with ...Devang Patel2009-10-012-1/+143
* Use MachineFrameInfo.getPristineRegs() to determine which callee-saved regist...David Goodwin2009-10-011-47/+30
* Record first and last instruction of a scope in DbgScope.Devang Patel2009-10-011-2/+8
* Don't use identifiers that start with an underscore followedDan Gohman2009-10-011-2/+2
* Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...Douglas Gregor2009-10-012-9/+46
* Observe hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. Do not changeEvan Cheng2009-10-011-18/+55
* Add hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq flags to ld / st multiple,Evan Cheng2009-10-015-24/+33
* Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. WhenEvan Cheng2009-10-015-1/+31
* Remove GVNPRE.cpp from the CMake makefileDouglas Gregor2009-10-011-1/+0
* remove the GVNPRE pass. It has been subsumed by the GVN pass.Chris Lattner2009-10-0122-2324/+0
* Update ARM JIT emitter to account for ld/st multiple changes.Evan Cheng2009-10-011-3/+3
* Change ld/st multiples to explicitly model the writeback to base register. Th...Evan Cheng2009-10-016-40/+55
* Add another MDNode into DebugLocTuple. This will be used to keep track of inl...Devang Patel2009-10-013-12/+17
* If location info is attached with an instruction then keep track of alloca sl...Devang Patel2009-10-012-3/+23
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-3014-15/+15
* Use MDNode * directly as an RecordSourceLine() argument.Devang Patel2009-09-306-13/+12
* Remove dead code.Devang Patel2009-09-302-23/+0
* Add isFOO() helpers. Fix getDirectory() and getFilename() for DIScope.Devang Patel2009-09-302-2/+57