- Mar 31, 2010
-
-
Bob Wilson authored
llvm-svn: 99948
-
Devang Patel authored
llvm-svn: 99938
-
- Mar 30, 2010
-
-
Jakob Stoklund Olesen authored
Not running 'make check-all' before committing is a bad idea. llvm-svn: 99933
-
Jakob Stoklund Olesen authored
llvm-svn: 99931
-
Mon P Wang authored
e.g., llvm.memcpy.i32(i8*, i8*, i32, i32) -> llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1) A update of langref will occur in a subsequent checkin. llvm-svn: 99928
-
Chris Lattner authored
llvm-svn: 99927
-
Benjamin Kramer authored
only a single type of object to be allocated. Use it to make VNInfo destruction typesafe. llvm-svn: 99919
-
Torok Edwin authored
llvm-svn: 99918
-
Dan Gohman authored
llvm-svn: 99917
-
Jakob Stoklund Olesen authored
llvm-svn: 99916
-
Dan Gohman authored
llvm-svn: 99915
-
Gabor Greif authored
spotted by baldrick -- thanks\! llvm-svn: 99914
-
Eric Christopher authored
Rewrite the pmulld patterns, and make sure that they fold in loads of arguments into the instruction. llvm-svn: 99910
-
Chris Lattner authored
create symbols. It is extremely error prone and a source of a lot of the remaining integrated assembler bugs on x86-64. This fixes rdar://7807601. llvm-svn: 99902
-
Evan Cheng authored
llvm-svn: 99901
-
Devang Patel authored
llvm-svn: 99899
-
Douglas Gregor authored
static inline member function doit(). This enables the use of partial specialization to override the last stage of the "isa" check. llvm-svn: 99898
-
Daniel Dunbar authored
llvm-svn: 99895
-
Douglas Gregor authored
passing the command-line parameter "-stats" and to print the resulting statistics without calling llvm_shutdown(). llvm-svn: 99893
-
Ted Kremenek authored
llvm-svn: 99892
-
Benjamin Kramer authored
to be fixed any time soon. llvm-svn: 99888
-
Benjamin Kramer authored
MCContext. There is still one leak left in PIC16Section (the Items vector). llvm-svn: 99887
-
Torok Edwin authored
llvm-svn: 99886
-
Torok Edwin authored
external Functions (the JIT does honour this). llvm-svn: 99885
-
Torok Edwin authored
llvm-svn: 99883
-
Torok Edwin authored
llvm-svn: 99882
-
Torok Edwin authored
on all objects it has allocated, if they are all of the same size and alignment. Use this to destruct all VNInfos allocated in LiveIntervalAnalysis (PR6653). valnos is not reliable for this purpose, as seen in r99400 (which still leaked, and sometimes caused double frees). llvm-svn: 99881
-
Evan Cheng authored
llvm-svn: 99879
-
Chris Lattner authored
llvm-svn: 99877
-
Chris Lattner authored
implement TimerGroup::printAll, which prints and resets all active timers. llvm-svn: 99876
-
Chris Lattner authored
TimerGroup copy ctor and assignment operator. llvm-svn: 99875
-
Chris Lattner authored
have it always return a new stream to simplify clients. llvm-svn: 99874
-
Chris Lattner authored
llvm-svn: 99873
-
Chris Lattner authored
instead of just a count of them, and refactor the guts of report printing out of removeTimer into its own method. Refactor addTimerToPrint away. llvm-svn: 99872
-
Chris Lattner authored
timers by pointer instead of by-value. llvm-svn: 99871
-
Chris Lattner authored
llvm-svn: 99870
-
Chris Lattner authored
llvm-svn: 99862
-
Eric Christopher authored
llvm-svn: 99859
-
Jakob Stoklund Olesen authored
llvm-svn: 99855
-
Daniel Dunbar authored
llvm-svn: 99853
-