2010-03-30 |
Benjamin Kramer | Introduce SpecificBumpPtrAllocator, a wrapper for BumpP... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Typo noticed by Duncan. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Dan Gohman | Fix a grammaro. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Add cross-block inference to SSEDomainFix. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Dan Gohman | Fix llvm-ld to clean up its output files in case of... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Gabor Greif | fix two cases where the arguments were extracted from... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Eric Christopher | Remove the pmulld intrinsic and autoupdate it as a... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | Rip out the 'is temporary' nonsense from the MCContext... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Evan Cheng | Funky indentation. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Devang Patel | There is no need to fall through after processing DBG_V... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Douglas Gregor | Switch isa_impl from a function template to a class... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Douglas Gregor | Introduce namespace-scope functions to enable LLVM... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Ted Kremenek | Change PointerUnionX::getFromOpaqueValue() to be declar... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Benjamin Kramer | XFAIL some PIC16 tests when running under valgrind... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Benjamin Kramer | PIC16: Plug a leak in PIC16Section by allocating name... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Don't overwrite previous value, if it succeeded. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Honour addGlobalMapping() in the interpreter, if it... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Reapply r99881 with some fixes: only call destructor... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Introduce another Reset() method in BumpPtrAllocator... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Evan Cheng | Avoid being influenced by the presence of dbg_value... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | stringref'ize Timer apis |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | finally, maintain a global list of timer groups, allowi... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | add a new TimerGroup::print method, and refactor away... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | rename GetLibSupportInfoOutputFile -> CreateInfoOutputF... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | if a timergroup is destroyed before its timers, print... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | change TimerGroup to keep a linked list of active timers |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | reapply my timer rewrite with a change for PassManager... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | revert r99862 which is causing FNT failures. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | fairly major rewrite of various timing related stuff. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Eric Christopher | Add FIXME for operand promotion. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Be gentle to MSVC. C++ is hard, after all. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Daniel Dunbar | MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Bill Wendling | Re-add back in the slow way of determining of a clean... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Jakob Stoklund... | Basic implementation of SSEDomainFix pass. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Bill Wendling | A more general (and simpler!) implementation of r99671... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Devang Patel | Encode start location of debug value, communicated... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | move a function into a more logical place in the file |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | remove support for per-time peak memory tracking, this |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Evan Cheng | Fix PR4975. Avoid referencing empty vector. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | various timer fixes: move operator= out of line, |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Benjamin Kramer | Make isInt?? and isUint?? template specializations... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Evan Cheng | Pool allocate SDDbgValue nodes. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Eric Christopher | We'll never match these as instructions, just as intrin... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | s/.../. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | use RAII for ExceptionTimer too |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | fix a variety of issues were we'd start DebugTimer but |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | move code around and improve indentation, no functional... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Benjamin Kramer | Remove a bunch of integer width predicate functions... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | some other notes. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | apparently llvm 2.7 now has great armv4 support, from |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | update the vmkit blurb |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | add tce |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | From Kalle Raiskila: |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | add support for zero initialized unions, patch by Tim... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Devang Patel | Refactor code to push DILocation prcessing into DwarfDe... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | add a note. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | Switch pattern sorting predicate from stable sort ... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | revert 99795, as mentioned, it is disabled anyway. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | Check in a (disabled) failed attempt to improve the... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | print the complexity of the pattern being matched in the |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Johnny Chen | Add NVTBLFrm to represent A8.6.406 VTBL, VTBX Vector... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Devang Patel | Revert 99772. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | add a statistic for the # times isel has to backtrack. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Devang Patel | Refactoring. Push DILocation processing in to DwarfDebu... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | zap an extra line that Eli noticed! |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Anton Korobeynikov | Properly quote the quotes :) during cmdline constructio... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Torok Edwin | Fix use-of-uninitialized value when RWX memory can... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | improve type checking of SDNode operand count. This... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | fix a type contradition: XCoreISD::RETSP has one argume... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | remove a pattern with no testcase that doesn't appear... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | fix integer negates to use the proper type for the... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | teach tblgen to allow patterns like (add (i32 (bitconve... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | fix a typo, bitconvert from node to itself isn't valid. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | fix vnot matching to explicitly specify the type of the |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | fix up vnot matching, eliminating a dead pattern, corre... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | add some nounwinds |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | this takes an insane amount of time to run, disable... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | stop using vnot_conv |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | revert r99743, this is saying that the repmovs instruct... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | remove a bunch of dead patterns. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | validate that input sdnodes don't exist in an output... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | eliminate a bunch of code duplication in ParseTreePattern |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | add some node definitions. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | SDTCisVT<0, isVoid> is not valid, reject it. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | claiming to return other is pointless. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | comply with the wishes of a fixme. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | now that (parallel) is gone and a variety of bugs in... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | add an optimized form of OPC_EmitMergeInputChains for... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | don't add nodes to the now-dead nodes list multiple... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | Improve systemz to model cmp and ucmp nodes as returning |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | the FPCmp node returns an i32. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | fix some modelling problems exposed by a patch I'm... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | don't add flag nodes with chain results to the NowDeadNodes |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Jeffrey Yasskin | Oops, r98447 dropped the reference to ForwardType in... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | fix a long standing fixme, which required fixing a... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | fix CodeGenTarget::getRegisterVTs to not return the |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | hoist some funky logic into CodeGenInstruction |
commit | commitdiff | tree | snapshot |
next |