index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Actually insert inserted instructions into the InsertedValues map.
Dan Gohman
2009-05-01
2
-13
/
+35
*
Add an accessor method to allow clients to test if a given expression
Dan Gohman
2009-05-01
1
-0
/
+6
*
Make RequiresTypeConversion canonicalize the types before calling the
Dan Gohman
2009-05-01
1
-1
/
+3
*
When printing a SCEVUnknown with pointer type, don't print an
Dan Gohman
2009-05-01
2
-5
/
+1
*
Short-circuit inttoptr-ptrtoint constant expressions; these aren't
Dan Gohman
2009-05-01
1
-1
/
+8
*
Make SCEVExpander::addInsertedValue able to accept Values, not just
Dan Gohman
2009-05-01
1
-5
/
+5
*
Minor whitespace fix.
Dan Gohman
2009-05-01
1
-1
/
+1
*
Fix an 80-column violation.
Dan Gohman
2009-05-01
1
-1
/
+2
*
When creating cast scevs, canonicalize the destination type. This
Dan Gohman
2009-05-01
1
-0
/
+9
*
Fix a compiler warning on hosts where uint64_t isn't unsigned long long.
Dan Gohman
2009-05-01
1
-1
/
+1
*
Fix some code to work if TargetLowering is not available.
Dan Gohman
2009-05-01
1
-4
/
+8
*
Simplify more code and add timer stuff.
Bill Wendling
2009-05-01
1
-7
/
+32
*
Simplify more code.
Bill Wendling
2009-05-01
1
-9
/
+4
*
hasSCEV() was declared in ScalarEvolution.h, but never defined. This must have
Edwin Török
2009-05-01
1
-0
/
+6
*
Simplify some code.
Bill Wendling
2009-05-01
1
-8
/
+5
*
Fix whitespace. It was confusing me.
Bill Wendling
2009-05-01
1
-21
/
+20
*
Lets install the manual page with install-clang! Radar 6838692
Mike Stump
2009-05-01
1
-1
/
+1
*
Code clean up. Bye bye PhysRegTracker.
Evan Cheng
2009-05-01
2
-99
/
+83
*
Fix compilation for some targets other than x86.
Argiris Kirtzidis
2009-04-30
3
-2
/
+1
*
Add a comment to refer to the section of the programmer's manual that explain...
Stefanus Du Toit
2009-04-30
1
-0
/
+9
*
Make DebugLoc independent of DwarfWriter.
Argiris Kirtzidis
2009-04-30
12
-85
/
+67
*
Set FnEnd in JITEmitter::finishFunction to point strictly to the end of funct...
Argiris Kirtzidis
2009-04-30
1
-3
/
+6
*
Add a mention of TypeBuilder to the programmer's manual, and clean up the class
Jeffrey Yasskin
2009-04-30
2
-6
/
+47
*
Join cross class copies using getCommonSubClass()
Jakob Stoklund Olesen
2009-04-30
1
-20
/
+8
*
getCommonSubClass() - Calculate the largest common sub-class of two register
Jakob Stoklund Olesen
2009-04-30
2
-0
/
+46
*
Slightly change TableGen's definition of a register subclass.
Jakob Stoklund Olesen
2009-04-30
1
-1
/
+14
*
Add some comments, and tidy up some whitespace.
Dan Gohman
2009-04-30
2
-6
/
+9
*
Extend ScalarEvolution's getBackedgeTakenCount to be able to
Dan Gohman
2009-04-30
5
-70
/
+277
*
Add a smarter heuristic to determine when to coalesce a virtual register with...
Evan Cheng
2009-04-30
2
-20
/
+173
*
Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClass
Bob Wilson
2009-04-30
2
-10
/
+11
*
Remove unnecessary "class" keywords.
Bob Wilson
2009-04-30
2
-2
/
+2
*
Change forward declaration of MultiClass to use the "struct" keyword instead
Bob Wilson
2009-04-30
1
-1
/
+1
*
Make dataflow iteration possible on Value*, not only on User*: df_ext_iterato...
Edwin Török
2009-04-30
1
-4
/
+4
*
Don't try to mix integers and pointers in an icmp instruction
Dan Gohman
2009-04-30
2
-12
/
+20
*
Oops! Missed a file in my last commit.
Nick Lewycky
2009-04-30
1
-0
/
+8
*
Allow a user of libLTO to specify the full pathname of the gcc executable to
Nick Lewycky
2009-04-30
4
-6
/
+38
*
Move helper functions for optimizing division by constant into the APInt
Jay Foad
2009-04-30
3
-101
/
+119
*
Set mayLoad on MOVZX32_NOREXrm8 too.
Dan Gohman
2009-04-30
1
-0
/
+1
*
Fix ScalarEvolution::print to print a value for any Instruction with
Dan Gohman
2009-04-30
1
-1
/
+1
*
Mark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoad respectively.
Evan Cheng
2009-04-30
2
-1
/
+120
*
Remove unused flags.
Bill Wendling
2009-04-30
2
-7
/
+3
*
fix a regression handling indirect results: these need to be considered
Chris Lattner
2009-04-30
2
-8
/
+35
*
Fix the JIT bindings for ocaml.
Bill Wendling
2009-04-30
2
-5
/
+6
*
remove progname which is never set. PR4085
Chris Lattner
2009-04-30
1
-2
/
+1
*
Error out with bad optimization level specified.
Bill Wendling
2009-04-29
1
-1
/
+3
*
Remove LTO optimization level.
Bill Wendling
2009-04-29
3
-5
/
+3
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
81
-251
/
+377
*
Add support for a character after a command line option. Like '-Os'.
Bill Wendling
2009-04-29
2
-0
/
+26
*
Print correct instruction in dump.
Dale Johannesen
2009-04-29
1
-1
/
+1
*
Fix infinite recursion in the C++ code which handles movddup by making it unn...
Nate Begeman
2009-04-29
5
-52
/
+22
[next]